Open-source HI-SEAS weather station data provided by NASA
Exploring the data in terms of information, type, description, size, and missing or null values which might be present
Correction of data type representation, checking data distribution, correlation analysis and heatmap generation
Experimentation with 4 models- Linear Regression, Random Forest, Gradient Boosting and Support Vector Regression to find the best fit
Code profiling for performance evaluation has been done with cProfile and profiling visualization has been done using SnakeViz