AutoMLWhitebox icon indicating copy to clipboard operation
AutoMLWhitebox copied to clipboard

Library for automatic interpretable model building (Whitebox AutoML)

Results 4 AutoMLWhitebox issues
Sort by recently updated
recently updated
newest added

All feature history from Selector (Metrics, Correlation and L1) are rewriting by last model refit. Example: ``` from sklearn.datasets import load_breast_cancer from autowoe import AutoWoE X, y = load_breast_cancer(return_X_y=True, as_frame=True)...

https://github.com/sb-ai-lab/AutoMLWhitebox/blob/ad12aff15d588f7d6bb7a6551b7023a7a85a4622/autowoe/lib/types_handler/features_checkers_handlers.py#L88 This check results in an error: "module 'numpy' has no attribute 'str'. `np.str` was a deprecated alias for the builtin `str`. To avoid this error in existing code, use...

Fix for https://github.com/sb-ai-lab/AutoMLWhitebox/issues/3