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

Add Parallel Coordinates plot #39

Closed rsvarma95 closed 3 years ago

rsvarma95 commented 3 years ago

Adds feature as described in #27. Also added a noise function to avoid getting a "Bin edges must be unique" error while using qcut since the range of score may be small.

codecov[bot] commented 3 years ago

Codecov Report

Merging #39 (b2b729f) into master (ffffd33) will increase coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   95.28%   95.52%   +0.23%     
==========================================
  Files          18       18              
  Lines         552      581      +29     
==========================================
+ Hits          526      555      +29     
  Misses         26       26              
Impacted Files Coverage Δ
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 ffffd33...b2b729f. Read the comment docs.

rodrigo-arenas commented 3 years ago

Ey thanks! Just added the plot to the docs and ready to merge 🚀