Skip to content

Instantly share code, notes, and snippets.

@myui
Created March 15, 2016 13:56
Show Gist options
  • Save myui/b476a17b58d31d3704fc to your computer and use it in GitHub Desktop.
Save myui/b476a17b58d31d3704fc to your computer and use it in GitHub Desktop.
run: +main
_export:
td:
apikey: ${TD_API_KEY}
database: rossmann
engine: hive
+main:
+prepare:
_parallel: true
+train:
td>: ./tasks/train_join.sql
+test:
td>: ./tasks/test_join.sql
+quantify:
td>: ./tasks/train_quantify.sql
+model_test_quantify:
_parallel: true
+model:
td>: ./tasks/make_model.sql
+test_quantify:
td>: ./tasks/test_quantify.sql
+pred:
td>: ./tasks/prediction.sql
+submit:
td>: ./tasks/submission.sql
engine: presto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment