Skip to content

Ikram-c/IBM-ML-Regression-Weather-Prediction-project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

IBM ML Regression (Weather Prediction project)

Overview of project

The aim of the project was to find an optimized model for weather prediction using the szeged-weather dataset from Kaggle.

Data was imported from a CSV into a Pandas dataframe and EDA was conducted to find nulls, the distribution (using a histogram) and plotting a Seaborn correlation Matrix.

The categorical data was encoded using Sklearn's LabelEncoder and a test train split was used to split the data into training and testing sets.

The following Regression models were then used:

  • Simple Linear regression
  • Polynomial Regression (optimised using Kfolds with 10 splits)
  • LASSO Regression
  • Polynomial Ridge Regression

The models were assessed using RMSE and r^2 accuracy measurements.

Regression plot of weather

(Sample of regression plot)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published