API¶
Main Function¶
The main function provided by the package formulates a predictor in a Gurobi model. In most cases, it is the only function needed from the package.
Some formulations of the predictors can have additional options those are documented in the specific functions for each regression model.
|
Formulate predictor in gp_model. |
Scikit-learn API¶
Module for formulating a |
|
Module for formulating a |
|
Module for formulating a |
|
Module for formulating ordinary regression models into a |
|
Module for formulating a |
|
Module for formulating a |
|
Module for formulating a |
|
Module for formulating |
|
Module for formulating a |
|
Implementation for using sklearn preprocessing object in a Guobi model. |
Keras API¶
PyTorch API¶
Module for formulating |
XGBoost API¶
Module for formulating a XGBoost gradient boosting regressor into a |
LightGBM API¶
Module for formulating a LightGBM gradient boosting regressor into a |
Internal APIs