Internal APIs ************* API for formulating regressions in MIP models .. currentmodule:: gurobi_ml.modeling .. autosummary:: :toctree: ../auto_generated/ :template: modeling_object.rst :caption: Modeling APIs base_predictor_constr API for modeling neural networks .. autosummary:: :toctree: ../auto_generated/ :template: modeling_object.rst :caption: Neural Network Internal APIs neuralnet.neural_net neuralnet.layers neuralnet.activations API for modeling decision trees .. currentmodule:: gurobi_ml.modeling .. autosummary:: :toctree: ../auto_generated/ :template: modeling_object.rst :caption: Modeling APIs decision_tree.decision_tree_model Classes and functions internally used to build models for Scikit-learn predictors. .. currentmodule:: gurobi_ml.sklearn .. autosummary:: :toctree: ../auto_generated/ :template: modeling_object.rst :caption: Internal Scikit-learn APIs skgetter base_regressions