Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serde support to linfa-preprocessing and linfa-bayes #292

Merged
merged 10 commits into from
Feb 25, 2023

Conversation

YuhanLiin
Copy link
Collaborator

Addresses #291

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2023

Codecov Report

Base: 38.50% // Head: 38.41% // Decreases project coverage by -0.09% ⚠️

Coverage data is based on head (7695ef7) compared to base (4855360).
Patch coverage: 80.00% of modified lines in pull request are covered.

📣 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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   38.50%   38.41%   -0.09%     
==========================================
  Files          94       94              
  Lines        6220     6221       +1     
==========================================
- Hits         2395     2390       -5     
- Misses       3825     3831       +6     
Impacted Files Coverage Δ
algorithms/linfa-bayes/src/gaussian_nb.rs 47.29% <ø> (ø)
algorithms/linfa-bayes/src/hyperparams.rs 10.52% <ø> (ø)
algorithms/linfa-bayes/src/multinomial_nb.rs 46.55% <ø> (ø)
...gorithms/linfa-preprocessing/src/linear_scaling.rs 47.61% <ø> (ø)
algorithms/linfa-preprocessing/src/norm_scaling.rs 54.54% <ø> (-13.64%) ⬇️
...ms/linfa-preprocessing/src/tf_idf_vectorization.rs 36.11% <ø> (ø)
algorithms/linfa-preprocessing/src/whitening.rs 55.76% <ø> (ø)
.../linfa-preprocessing/src/countgrams/hyperparams.rs 64.10% <66.66%> (-1.69%) ⬇️
...gorithms/linfa-preprocessing/src/countgrams/mod.rs 68.90% <100.00%> (ø)
... and 4 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@YuhanLiin YuhanLiin merged commit 7d2951d into rust-ml:master Feb 25, 2023
@YuhanLiin YuhanLiin deleted the extra-serde branch February 25, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants