Skip to content

raghavgupta0296/IFT-6759-Team-13

Repository files navigation

IFT-6759-Team-13

Project 1: Advanced Projects in Machine Learning

evaluator.py run with args.

Regenerate Results:

Preprocessing:

cd prepro
python data_cleaning.py
cd ..
python -m utilities.dataloader2 --data_catalog_path='prepro/clean_df'

Training

  1. Run command:
python prepro/data_cleaning_no_melt.py

This will create train_df, valid_df, and test_df

  1. Run command:

python -m utilities.dataloader_simple2

It takes ~4 hours to create x,y cache. This enables very fast training and validation.

  1. Run command:

python -m model.simple_keras_cnn

About

Solar Irradiance (GHI) Prediction using Satellite Imagery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages