Skip to content

ML Models are tuned to classify the vegetation canopy types from satellite data. Data from 13 bands of Sentinel-2 data, captured over a 3-year is used for classification.

Notifications You must be signed in to change notification settings

ManojGopale/zindi-canopy-crop-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains files to train, search hyper-parameters for ML models and submission files to the zindi-canpoy-classification challenge.

Final Leaderboard Rank - 49.

Files

  1. /scr/hyperparameter_search.py Creates an optuna study to retreive optimal parameters from an extensive search-space of hyper-parameters. Once study is done, we can pick the best obtained parameters along with the entire data and train the final model for submission.
  2. /scr/main.py Scipt runs the model with given hyper-paramters and creates a submission file for the competition.

Models:

  1. LighGBM - Model is tuned and submision is made to the competition.
  2. Prithvi (IBM) - Next model to tune for the competition.

About

ML Models are tuned to classify the vegetation canopy types from satellite data. Data from 13 bands of Sentinel-2 data, captured over a 3-year is used for classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published