pyepo.twostage.sklearnpred

Two-stage model with Scikit-learn predictor

Module Contents

Functions

sklearnPred(pmodel)

Two-stage prediction and optimization with scikit-learn.

pyepo.twostage.sklearnpred.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