Predictorο
- class enflow.models.predictor.Predictor[source]ο
Bases:
Model
,ABC
- load_data()[source]ο
Load data used for training the predictor.
This is a recommended method, but not mandatory. Subclasses may override it.
- create_features()[source]ο
Create features from the loaded data used for training the predictor. Load data used for training sthe predictor.
This is a recommended method, but not mandatory. Subclasses may override it.
- train()[source]ο
Train the predictor from the training data.
This is a recommended method, but not mandatory. Subclasses may override it.