Skip to content

GPflow/gpflowr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpflowr

Build Status codecov.io cran version

gpflowr (jee-pee-flower) is a simple R import of the GPflow python package for fitting Gaussian process models using Google's TensorFlow library.

The package is a very thin wrapper around a reticulate import of GPflow. The package provides a few convenience functions, but still requires some knowledge of python to use.

Installation

gpflowr isn't yet on CRAN, and also depends on GPflow and a version of reticulate that isn't on CRAN. Once you've installed GPflow, you can install gpflowr like this:

devtools::install_github('rstudio/reticulate')
devtools::install_github('goldingn/gpflowr')

Contributing

If you spot something about the port that you think we could improve, please let us know!

About

🌼 Gaussian processes in TensorFlow via R 🌼

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%