mljs / ml-pipe

https://mljs.github.io/ml-pipe/
MIT License
2 stars 0 forks source link

feat: implemented random Gaussian matrix #20

Closed kjappelbaum closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (22dfa19) into main (9cbce3e) will increase coverage by 1.09%. The diff coverage is 100.00%.

:exclamation: Current head 22dfa19 differs from pull request most recent head 8f8be91. Consider uploading reports for the commit 8f8be91 to get more accurate results

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   86.20%   87.30%   +1.09%     
==========================================
  Files          12       13       +1     
  Lines         348      378      +30     
  Branches       74       77       +3     
==========================================
+ Hits          300      330      +30     
  Misses         46       46              
  Partials        2        2              
Impacted Files Coverage Δ
src/estimators/ensemble/randomForestRegressor.ts 100.00% <100.00%> (ø)
src/metrics/complexity.ts 100.00% <100.00%> (ø)
src/utils/array.ts 100.00% <100.00%> (ø)
src/utils/number.ts 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 9cbce3e...8f8be91. Read the comment docs.