9.6. Models¶
Functions¶
List all the available model names. |
|
|
Get a model. |
|
Register a model to julearn. |
Reset the model register to the default state. |
Julearn custom models¶
This is a list of models implemented by Julearn that are not simple wrappers around existing models in other libraries but rather variants of existing models or novel models.
XGBClassifier with cross-validated early stopping. |
|
XGBRegressor with cross-validated early stopping. |
9.7. Dynamic Selection (DESLib)¶
Important
This module requires the deslib optional dependencies. Please install
julearn with the deslib extra to use this module
(see Optional Dependencies).
Provide support for DESlib models.
Classes¶
Model to use dynamic selection algorithms from DESlib. |