Models#
MyoGestic supports following models out of the box: CatBoost, Sklearn, and RaulNet.
All models have the following methods predefined: train, save, load, and predict.
Note
If you wish to add a new model type, you must provide these methods.
CatBoost#
|
Train a CatBoost model. |
|
Save a CatBoost model. |
|
Load a CatBoost model. |
|
Predict with a CatBoost model. |
Sklearn#
|
Train a sklearn model. |
|
Save a sklearn model. |
|
Load a sklearn model. |
|
Predict with a sklearn model. |
RaulNet#
|
Train a RaulNet model. |
|
Return the path of the last saved RaulNet model checkpoint. |
|
Load a RaulNet model from checkpoint. |
|
Predict with a RaulNet model. |