Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Releases: d4rk-lucif3r/LuciferML

Update 0.0.81a

16 Jan 14:09
Compare
Choose a tag to compare
  • Bump Version to 0.0.81a

Update 0.0.81

16 Jan 14:05
Compare
Choose a tag to compare
  • Updated Preprocessing Pipeline

Update 0.0.79

14 Jan 20:58
Compare
Choose a tag to compare
  • Updated Optuna Objectives for classification
  • Added Outlier Detection to Preprocessing Pipeline

Update 0.0.78

06 Jan 22:37
Compare
Choose a tag to compare
  • 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

01 Jan 22:15
Compare
Choose a tag to compare
  • Fixed Convergence warning with Multi Layer Perceptron classifier and regressor

Update 0.0.76

01 Jan 22:06
Compare
Choose a tag to compare
  • Fixed light color issue with LuciferML logo.

Update 0.0.75

01 Jan 22:00
Compare
Choose a tag to compare
  • Fixed issue with best model summary when using Tune = True.
  • Fixed deprecated parameter problem with RidgeClassifier

Update 0.0.74

01 Jan 15:12
Compare
Choose a tag to compare
  • Fixed error when using predictor as string

Update 0.0.73

01 Jan 12:15
Compare
Choose a tag to compare
  • 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

31 Dec 18:59
Compare
Choose a tag to compare
  • Fixed Exception when using all mode due to broken predictor check