- Install as4moco (see installation guide)
- Run analysis for each ML model on multiple instances (method
runNormalMultiple
in as4moco Main) - Extract all results to csv using ReRunEvalExtractor
- Install as4moco (see installation guide)
- Create a training script similar to Fold 1
- Add your user configuration to the Facade, e.g. for only SATzilla Feature Extraction as used in our eval:
Line 55:cs = self.af.get_cs(self.scenario, {"allowed_feature_groups":["Satzilla-BASE", "Satzilla-SP", "Satzilla-DIA", "Satzilla-CL", "Satzilla-UNIT", "Satzilla-LS", "Satzilla-LOBJOIS", "Satzilla-LP"]})
or none for a standard configuration - Use the generated model in other analyses