You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BibMon currently supports the following regression models:
Echo State Networks (ESN);
all regression models that use the scikit-learn interface.
The second item significantly broadens BibMon's capabilities by enabling the use of a wide array of methods already implemented in Python that conform to the scikit-learn interface.
Proposed enhancement
New, innovative regression models can be seamlessly integrated by inheriting from the GenericModel class. For more instructions, please refer to the contributing guide.
If the model's API adheres to the scikit-learn template, it can be directly utilized through the sklearnRegressor class, as detailed in this tutorial. Contributors are encouraged to create Jupyter notebooks that demonstrate the use of these regressors. The notebooks can be incorporated into BibMon's documentation as new tutorials. Some suggested models include:
How we are today
BibMon currently supports the following regression models:
The second item significantly broadens BibMon's capabilities by enabling the use of a wide array of methods already implemented in Python that conform to the scikit-learn interface.
Proposed enhancement
New, innovative regression models can be seamlessly integrated by inheriting from the
GenericModel
class. For more instructions, please refer to the contributing guide.If the model's API adheres to the scikit-learn template, it can be directly utilized through the
sklearnRegressor
class, as detailed in this tutorial. Contributors are encouraged to create Jupyter notebooks that demonstrate the use of these regressors. The notebooks can be incorporated into BibMon's documentation as new tutorials. Some suggested models include:The text was updated successfully, but these errors were encountered: