Forcasting Weather Using Multinomial Logistic Regression, Decision Tree, Naïve Bayes Multinomial, and Support Vector Machine
Forecasting Weather Using Multinomial Logistic Regression, Decision Tree, Naïve Bayes Multinomial, and Support Vector Machine
Our dataset looks like below which we collected from Bangladesh Meteorological Department
Model | Training Accuracy (%) | Testing Accuracy (%) |
---|---|---|
Logistic Regression | 74.2 | 76.9 |
Decision Tree | 76.8 | 74.05 |
Multinomial NB | 54.27 | 54.34 |
SVM | 76.42 | 77.52 |