Internal APIs#

API for formulating regressions in MIP models

base_predictor_constr

API for modeling neural networks

neuralnet.neural_net

Bases classes for modeling neural network layers.

neuralnet.layers

Bases classes for modeling neural network layers.

neuralnet.activations

Internal module to make MIP modeling of activation functions.

API for modeling decision trees

decision_tree.decision_tree_model

Utilities for modeling decision trees

Classes and functions internally used to build models for Scikit-learn predictors.

skgetter

Implements some utility tools for all scikit-learn objects.

base_regressions

Module for inserting simple Scikit-Learn regression models into a gurobipy model.