mljs / random-forest

Random forest for classification and regression.
https://mljs.github.io/random-forest/
MIT License
61 stars 21 forks source link

feat: Export RandomForestBaseOptions type #41

Closed maneetgoyal closed 2 years ago

maneetgoyal commented 2 years ago

Fixes #40

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (25d60a8) into master (5ca902d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files           4        4           
  Lines         280      280           
  Branches       64       64           
=======================================
  Hits          262      262           
  Misses         17       17           
  Partials        1        1           

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 5ca902d...25d60a8. Read the comment docs.