InstallationΒΆ
GPfit can be installed using pip:
pip install gpfit
GPfit requires the following packages:
numpy
scipy
matplotlib
GPkit requires the installation of solvers (CVXOPT and/or MOSEK). CVXOPT is open source and should be installed by default with GPkit. For MOSEK installation instructions or troubleshooting help for either solver, take a look at the GPkit installation docs.
To test your installation of GPfit, use:
pytest --pyargs gpfit
If you encounter any bugs please email gpkit@mit.edu
or raise a GitHub issue.