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

[PRAuto summary docs #36

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This PR implement what is described in the issue #8, the main modules of the package now have a summary in the beginning of their docs

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (56d5961) into master (9d84535) will decrease coverage by 0.01%. The diff coverage is n/a.

:exclamation: Current head 56d5961 differs from pull request most recent head 5522d07. Consider uploading reports for the commit 5522d07 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   96.37%   96.36%   -0.02%     
==========================================
  Files          18       18              
  Lines         552      550       -2     
==========================================
- Hits          532      530       -2     
  Misses         20       20              
Impacted Files Coverage Δ
sklearn_genetic/algorithms.py 100.00% <ø> (ø)
sklearn_genetic/genetic_search.py 99.37% <ø> (ø)

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 9d84535...5522d07. Read the comment docs.