This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Releases: d4rk-lucif3r/LuciferML
Releases · d4rk-lucif3r/LuciferML
Update 0.0.81a
- Bump Version to 0.0.81a
Update 0.0.81
- Updated Preprocessing Pipeline
Update 0.0.79
- Updated Optuna Objectives for classification
- Added Outlier Detection to Preprocessing Pipeline
Update 0.0.78
- Fixed issues with LGBM and Catboost classifier tuning
- Minor Optimizations
- Enabled Garbage Collection for optuna
- Changed default sampler for from TPE optuna to Multivariate TPE
Update 0.0.77
- Fixed Convergence warning with Multi Layer Perceptron classifier and regressor
Update 0.0.76
- Fixed light color issue with LuciferML logo.
Update 0.0.75
- Fixed issue with best model summary when using Tune = True.
- Fixed deprecated parameter problem with RidgeClassifier
Update 0.0.74
- Fixed error when using predictor as string
Update 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
Update 0.0.72
- Fixed Exception when using all mode due to broken predictor check