4.6. copro.machine_learning.load_clfs¶
- copro.machine_learning.load_clfs(config, out_dir)[source]¶
Loads the paths to all previously fitted classifiers to a list. Classifiers were saved to file in fit_predict(). With this list, the classifiers can be loaded again during projections.
- Parameters
config (ConfigParser-object) – object containing the parsed configuration-settings of the model.
out_dir (path) – path to output folder.
- Returns
list with file names of classifiers.
- Return type
list