Dummy Model videos

Create a Baseline Model

Logistic Regression and Dummy Classifier

Lazy Predict

Dummy models are models that really just make a prediction without learning any mayor patterns from your dataset. But what makes them useful is that they can be compared to other models. If your trained system cannot outperform a dummy model then you've got a signal to dive deeper

Calmcode Dummy Model

Human Learn

Dummy model for imbalanced data