smartcorelib / smartcore

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.
https://smartcorelib.org/
Apache License 2.0
698 stars 75 forks source link

Run `cargo clippy --fix` #250

Closed morenol closed 1 year ago

morenol commented 1 year ago

Fixes #

Checklist

Current behaviour

New expected behaviour

Change logs

codecov-commenter commented 1 year ago

Codecov Report

Merging #250 (7f0bb78) into development (83dcf9a) will increase coverage by 0.26%. The diff coverage is 9.52%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@               Coverage Diff               @@
##           development     #250      +/-   ##
===============================================
+ Coverage        44.16%   44.43%   +0.26%     
===============================================
  Files               85       85              
  Lines             7275     7222      -53     
===============================================
- Hits              3213     3209       -4     
+ Misses            4062     4013      -49     
Impacted Files Coverage Δ
src/algorithm/neighbour/fastpair.rs 51.94% <ø> (ø)
src/cluster/dbscan.rs 52.63% <ø> (ø)
src/cluster/kmeans.rs 52.51% <ø> (ø)
src/dataset/boston.rs 83.33% <0.00%> (ø)
src/dataset/breast_cancer.rs 87.50% <0.00%> (ø)
src/dataset/diabetes.rs 87.50% <0.00%> (ø)
src/dataset/digits.rs 83.33% <0.00%> (ø)
src/dataset/iris.rs 87.50% <0.00%> (ø)
src/dataset/mod.rs 32.14% <0.00%> (ø)
src/decomposition/pca.rs 39.60% <0.00%> (-1.75%) :arrow_down:
... and 61 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.