- Refactored Model Saving Code - Now any model can be saved along with their scaler - Added Some Error Handling - Updated Examples
0.0.59
- Fixed tuner error - Fixed deprecated warning while tuning SGD Regressor - Added ability to exclude models while using predictor = 'all' for both regressor and classifier - Added Ability to save best model - Updated Examples - Minor Optimizations - Updated .gitignore
0.0.58
- Formatted Code with Black
0.0.57
- Added return statement in All Mode
0.0.56
- Fixed print statement for encoder
0.0.55
- Updated Docstring for preprocess' skewcorrect method