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.