Created
March 15, 2016 13:56
-
-
Save myui/b476a17b58d31d3704fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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