Changed - Use tqdm (progress bar) in extract utility.
Fixed - Context manager to close model file after load.
Removed - Removes setuptools requirement.
2.0.4
Added - Croatian language support.
Changed - Better handing of `label_weights` in Linear model.
Fixed - Fixed `tune` utility bug T174704.
2.0.3
Added - Lativan language support
Changed - Implemented info paths in `model_info` utility. - Adds label information to model_info "score_schema". - Allow stats in ThresholdOptimization to include exclamation points.
Fixed - Fixed arg parsing issues in `model_info` utility.
2.0.2
Added - Added documentation to ScaledThresholdStatistics test. - Implemented access to thresholds. - mdew192837
Fixed - Fixed model info formatting bug in `cv_train`. - Fixed test for ScaledThresholdStatistics. - Updated ScorerModel references in README. - profgiuseppe - Fixed `python setup.py upload_docs` call for pypi.
2.0.1
Added - New utility `union_merge_observations`.
Changed - Included ModelInfo to docs and cleans up some references. - Extends tests for `model_info` and `score_processor`.
Fixed - Fixed typo in module path. - Fixed main languages documentation.
2.0.0
Added - Added thresholds class. - Added tests for threshold optimization. - Added threshold optimizations to `cv_train` utility. - Added logistic regression to basic model documentation.
Changed - Total overhaul of scorers and statistics. - Updated `tune` utility to now uses new statistics. - Centralized statistic pattern parsing. - Moved `OrderedDict` to `_data` attr in `ModelInfo`. - Moved to `model_info` pattern.
Fixed - Minor fix to utilites to fix tests. - AUC metrics - Fixed model's composition strategy.