- Removed StackingRegressor and CheckingClassifier.
- Added provided_models method.
- Added adjusted r-squared metric.
- Added cardinality check to split categorical columns into low and
high cardinality features.
- Added different transformation pipeline for low and high cardinality
features.
- Included all number dtypes as inputs.
- Fixed dependencies.
- Improved documentation.