This repository starts with loading a raw dirty dataset which requires lots of data cleaning and preprocessing. After performing necessary feature engineering steps and exploring the data with visualizations, data is prepared to feed into LSTM model. After that, LSTM models are built, trained and evaluated for tasks: predicting global temperature trend and predicting US temperature trend.
To summarize, this repository performs following operations:
- Loading dataset
- Performing exploratory data analysis
- Performing data cleaning
- Performing data visualization
- Preparing data to train the global model (global temperature trend)
- Building and training LSTM model for predicting global temperature trend
- Evaluating the performance of the model built in step 6
- Preparing the data to train the US model (US temperature trend)
- Building and training LSTM model for predicting US temperature trend
- Evaluating the performance of the model built in step 9