Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 450 Bytes

File metadata and controls

14 lines (10 loc) · 450 Bytes

OpenGradient Modelthon Developer Guide

Data

data contains the datasets to train your model with:

  • data/BTCUSDT_1h_spot_forecast_training.csv
  • data/ETHUSDT_1h_spot_forecast_training.csv

data/README.md contains additional details.

Example Submission

See the og-example-model directory to walk-through the submission process.

Guides

Reference the guides directory for help with specific parts of the development process.