@@ -181,7 +181,7 @@ The config file for this first experiment is located in
181181[ inspections_baseline.yaml] ( https://github.com/dssg/triage/blob/master/example/dirtyduck/experiments/inspections_baseline.yaml ) .
182182
183183The first lines of the experiment config file specify the config-file
184- version (` v7 ` at the moment of writing this tutorial), a comment
184+ version (` v8 ` at the moment of writing this tutorial), a comment
185185(` model_comment ` , which will end up as a value in the
186186` triage_metadata.models ` table), and a list of user-defined metadata
187187(` user_metadata ` ) that can help to identify the resulting model
@@ -197,7 +197,7 @@ overwritten or incorrectly used), and if you add the
197197different label definitions will belong to different model groups.
198198
199199``` yaml
200- config_version : ' v7 '
200+ config_version : ' v8 '
201201
202202model_comment : ' inspections: baseline'
203203random_seed : 23895478
@@ -371,9 +371,6 @@ feature_aggregations:
371371
372372 intervals: ['all']
373373
374- groups:
375- - 'entity_id'
376-
377374feature_group_definition:
378375 prefix:
379376 - 'inspections'
@@ -732,7 +729,7 @@ smart enough to use the previous tables and matrices instead of
732729generating them from scratch.
733730
734731` ` ` yaml
735- config_version: 'v7 '
732+ config_version: 'v8 '
736733
737734model_comment: 'inspections: basic ML'
738735
@@ -792,9 +789,6 @@ feature_aggregations:
792789
793790 intervals: ['1month', '3month', '6month', '1y', 'all']
794791
795- groups:
796- - 'entity_id'
797-
798792 -
799793 prefix: 'risks'
800794 from_obj: 'semantic.events'
@@ -816,10 +810,6 @@ feature_aggregations:
816810
817811 intervals: ['1month', '3month', '6month', '1y', 'all']
818812
819- groups:
820- - 'entity_id'
821- - 'zip_code'
822-
823813 -
824814 prefix: 'results'
825815 from_obj: 'semantic.events'
@@ -839,9 +829,6 @@ feature_aggregations:
839829
840830 intervals: ['1month', '3month', '6month', '1y', 'all']
841831
842- groups:
843- - 'entity_id'
844-
845832 -
846833 prefix: 'inspection_types'
847834 from_obj: 'semantic.events'
@@ -860,10 +847,6 @@ feature_aggregations:
860847
861848 intervals: ['1month', '3month', '6month', '1y', 'all']
862849
863- groups:
864- - 'entity_id'
865- - 'zip_code'
866-
867850` ` `
868851
869852And as stated, we will train some Decision Trees, in particular we are
@@ -1177,7 +1160,7 @@ back to this problem in the Early Warning Systems.
11771160Ok, let's add a more complete experiment. First the usual generalities.
11781161
11791162` ` ` yaml
1180- config_version: 'v7 '
1163+ config_version: 'v8 '
11811164
11821165model_comment: 'inspections: advanced'
11831166
0 commit comments