rodrigo-arenas / Sklearn-genetic-opt

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

plot fitness evolution metric selection #18

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This PR enables to choose which metric to plot with the function plot_fitness_evolution, by default plots "fitness" to keep backwards compatibility

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (a000e3c) into master (8cfdfd8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          13       13           
  Lines         486      489    +3     
=======================================
+ Hits          485      488    +3     
  Misses          1        1           
Impacted Files Coverage Δ
sklearn_genetic/_version.py 100.00% <100.00%> (ø)
sklearn_genetic/plots.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 8cfdfd8...a000e3c. Read the comment docs.