- Fixed issue with best model summary when using Tune = True. - Fixed deprecated parameter problem with RidgeClassifier
0.0.74
- Fixed error when using predictor as string
0.0.73
- Fixed Tuning issue with Naive Bayes - Prettified Print statements - Added ability to use multiple predictors by passing them as a list - Updated Docstrings - Minor Optimizations
0.0.72
- Fixed Exception when using all mode due to broken predictor check
- Added Optuna based HyperParameter Tuning - Ability to get important features - Alot of cleaning and refactoring - Formatting of code - Replaced custom ANN with Multilayer Perceptron