Skip to content

Latest commit

 

History

History

Python Package Examples

Here are examples on how to use the gpboost Python package. You should install the GPBoost Python package first. You also need scikit-learn and matplotlib (for plots) to run the examples, but they are not required for the package itself. You can install these packages with pip:

pip install scikit-learn matplotlib -U

It is recommended that you run the examples in interactive mode using, e.g., Spyder or PyCharm. Alternatively, you can run the examples from the command line in this folder, for example:

python boosting_example.py

Examples include: