File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1212
1313# Filter by tracks if first argument set.
1414TRACKS=" intro_to_programming time_series ethics feature_engineering_new computer_vision deep_learning_intro pandas python machine_learning sql data_viz_to_coder ml_intermediate sql_advanced feature_engineering geospatial nlp game_ai data_cleaning"
15- TESTABLE_NOTEBOOK_TRACKS=" intro_to_programming geospatial nlp time_series ethics feature_engineering_new data_viz_to_coder ml_intermediate data_cleaning computer_vision deep_learning_intro python pandas machine_learning game_ai"
15+ TESTABLE_NOTEBOOK_TRACKS=" intro_to_programming geospatial time_series ethics feature_engineering_new data_viz_to_coder ml_intermediate data_cleaning computer_vision deep_learning_intro python pandas machine_learning game_ai"
1616
1717if [[ -n $1 && $1 != " all" ]]; then
1818 TRACKS=$1
You can’t perform that action at this time.
0 commit comments