An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/hariprasath-v/machinehack_forecasting_solar_energy_efficiency

exploratory-data-analysis machine-learning metpy pandas pvlib python solar-energy

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.ipynb[![Open in Kaggle](https://img.shields.io/static/v1?label=&message=Open%20in%20Kaggle&labelColor=grey&color=blue&logo=kaggle)](https://www.kaggle.com/code/hari141v/machinehack-forecasting-solarenergy-efficiency-eda)

mh-forecasting-solarenergy-efficiency-model.ipynb[![Open in Kaggle](https://img.shields.io/static/v1?label=&message=Open%20in%20Kaggle&labelColor=grey&color=blue&logo=kaggle)](https://www.kaggle.com/code/hari141v/mh-forecasting-solarenergy-efficiency-model)