Added:
- Added
Boundsclass tometricsmodule. - Added examples in docstrings of all classes.
- Added
warningsmodules for custom warnings. - Added
infer_dtypesparameter to rule generator classes. If set toTrue, column datatypes are inferred from the data (same as previous versions); if set toFalse, the datatypes from the dataset are used.
Changed:
- Allow empty
Rulesclass to be created.
Improvements:
- Added the following operators to those supported by rule converters:
greater_field,greater_or_equal_field,less_field,less_or_equal_field. - Parallelised
DirectSearchOptimiserclass. - Added try/except to
ParallelPipelineto allow it to run even when a step fails to generate a rule set. - Added verbosity > 1 to
BayesSearchCV.