1.2. copro.pipeline.prepare_ML¶
- copro.pipeline.prepare_ML(config)[source]¶
Top-level function to instantiate the scaler and model as specified in model configurations.
- Parameters
config (ConfigParser-object) – object containing the parsed configuration-settings of the model.
- Returns
the specified scaler instance. classifier: the specified model instance.
- Return type
scaler