hariprasath-v / Machinehack_forecasting_solar_energy_efficiency

create a model to predict solar energy efficiency based on the measurements of various meteorological parameters over a period of time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machinehack_forecasting_solar_energy_efficiency

Private Leaderboard

  • Rank :28
  • Score :2620.31278

Competition hosted on Machinehack

Problem

create a model to predict solar energy efficiency based on the measurements of various meteorological parameters over a period of time.

Evaluation

Evaluation metric for this competition is Mean Square Error.

Dataset

You can download the dataset here

Solution:

Exploratory Data Analysis

The basic exploratory data analysis of the data,

  • Numerical Distribution Analysis
  • Correlation Analysis
  • Stationary Analysis

The above analysis had done by using,

  • pandas
  • numpy
  • seaborn
  • matplotlib
  • statemodels

Model

Trained each target label separately by using pycaret tool and the model was evaluated with an MSE score.

Final model was blended from the top 3 performing models.

File information

machinehack-forecasting-solarenergy-efficiency-eda.ipynbOpen in Kaggle

mh-forecasting-solarenergy-efficiency-model.ipynbOpen in Kaggle

About

create a model to predict solar energy efficiency based on the measurements of various meteorological parameters over a period of time.

License:Apache License 2.0


Languages

Language:HTML 51.7%Language:Jupyter Notebook 48.3%