pyepo.twostage

Two-stage predict then optimize model

Functions

pyepo.twostage.sklearnPred(pmodel)

Two-stage prediction and optimization with scikit-learn.

Parameters:

pmodel (Regressor) – scikit-learn regression model

Returns:

scikit-learn multi-output regression model

Return type:

MultiOutputRegressor