Version 1.0.0#

Major Changes#

  • Refactored TrainingManager to reduce size of methods and seperate functionality

  • Deprecated WORKFLOW_CONFIG dictionary in favor of workflow_args

  • Deprecated hashed names for Experiments as they are hard to follow and not necessary

  • Removed the full_name and experiment_name atttributes from Experiment

  • Categorical features are now defined in Configuration

  • Check for potential categorical features when no categorical feature names are provided

Minor Changes#

  • Use plotnine for most visualizations

  • Use AlgorithmCollection to make accessing wrappers easier

Bug Fixes#

  • Algorithms of the same class no longer overwrite eachother in the summary table of the html report