Skip to content

Instantly share code, notes, and snippets.

@myui
Created June 16, 2016 23:36
Show Gist options
  • Save myui/7e6aa8b494c0e6b53b567bbc9932ab3f to your computer and use it in GitHub Desktop.
Save myui/7e6aa8b494c0e6b53b567bbc9932ab3f to your computer and use it in GitHub Desktop.
run: +main
_export:
td:
apikey: ${TD_API_KEY}
database: criteo
engine: hive
+main:
+prepare:
_parallel: true
+train:
td>: ./criteo/train_ordered.sql
+test:
td>: ./criteo/test_ordered.sql
+quantative:
_parallel: true
+train:
td>: ./criteo/train_quantative.sql
+test:
td>: ./criteo/test_quantative.sql
+categorical:
_parallel: true
+train:
td>: ./criteo/fm_train_.sql
+test:
td>: ./criteo/fm_test.sql
+model_test_exploded:
_parallel: true
+model:
td>: ./criteo/fm_model.sql
+test_exploded:
td>: ./criteo/fm_test_exploded.sql
+pred:
td>: ./otto/fm_pred.sql
+submit:
td>: ./otto/submission.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment