MyoGestic Model Definitions ============================== We support two types of models: `Catboost `_ and `Sklearn `_. .. tip:: Each definitions contains a save, load, and train method. If you want to use your own model you need to provide these methods as well. See :ref:`examples-index` for add your own model. The model definitions are as follows: .. toctree:: :maxdepth: 1 definitions/catboost definitions/sklearn