rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

Version 0.81 Release #92

Closed rodrigo-arenas closed 2 years ago

rodrigo-arenas commented 2 years ago

If the max_features parameter from class GAFeatureSelectionCV is set, the initial population is now sampled giving more probability to solutions with less than max_features features.

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (4fc9ce7) into master (f21ff28) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage   98.97%   98.98%   +0.01%     
==========================================
  Files          19       20       +1     
  Lines         971      982      +11     
==========================================
+ Hits          961      972      +11     
  Misses         10       10              
Impacted Files Coverage Δ
sklearn_genetic/_version.py 100.00% <100.00%> (ø)
sklearn_genetic/genetic_search.py 99.73% <100.00%> (+<0.01%) :arrow_up:
sklearn_genetic/utils/random.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f21ff28...4fc9ce7. Read the comment docs.