What is a baseline model and why we need it? Checkout here!
<aside> 💡 A great baseline model is LightGBM
</aside>
The baseline model is the starting point. From there we start looking for the best hyperparameters:
Find best hyperparameter for your model
Creating a Baseline Regression Model
Creating a Baseline Classification Model
Scikit Learn Dummy Model ( →benchmark)
Baseline models with GXBoost:
XGBoost baseline model for regression
XGBoost baseline model for classification
A powerful tool from calmcode to use (or add) rules instead of complex ML models. This package contains scikit-learn compatible tools that should make it easier to construct and benchmark rule based systems that are designed by humans.