Skip to content

Instantly share code, notes, and snippets.

@danielmoralesp
Last active June 21, 2021 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmoralesp/12f129fa339915410861957fc49b9d45 to your computer and use it in GitHub Desktop.
Save danielmoralesp/12f129fa339915410861957fc49b9d45 to your computer and use it in GitHub Desktop.
DataSource.ai Competitions - SETTINGS.json
{
RAW_DATA_DIR: "./data/",
TRAIN_DATA_CLEAN_PATH: "./data/processed/train.csv",
TEST_DATA_CLEAN_PATH: "./data/processed/test.csv",
MODEL_CHECKPOINT_DIR: "./models/",
LOGS_DIR: "./logs/",
SUBMISSION_DIR: "./submissions/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment