pyepo.twostage.sklearnpred
Two-stage model with Scikit-learn predictor
Functions
  | 
Two-stage prediction and optimization with scikit-learn.  | 
Module Contents
- 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