Weather Continuous-Forecasting
- Problem: Predicting the weather 3 hours later using the current weather data.
- Environment:
- scikit: scikit-learn, scikit-image, scikit-plot
- seaborn
- pandas
- numpy
- matplotlib
- jupyter notebook
- Dataset: Having 8512 records and 12 features
- To use Random Forest and SVM: run all in RF_and_SVM.ipynb
- To use Ridge Regression: run all in Ridge regression.ipynb