Skip to content

Add getter for parameters in all model structs. - #379

Open
HubertMajewski wants to merge 10 commits into
smartcorelib:developmentfrom
HubertMajewski:development
Open

Add getter for parameters in all model structs.#379
HubertMajewski wants to merge 10 commits into
smartcorelib:developmentfrom
HubertMajewski:development

Merge branch 'development' into development

a9ee128
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 29, 2026 in 1s

44.00% (-1.59%) compared to 70d8a0f

View this Pull Request on Codecov

44.00% (-1.59%) compared to 70d8a0f

Details

Codecov Report

❌ Patch coverage is 16.98113% with 132 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.00%. Comparing base (70d8a0f) to head (a9ee128).
⚠️ Report is 109 commits behind head on development.

Files with missing lines Patch % Lines
src/neighbors/knn_classifier.rs 13.33% 13 Missing ⚠️
src/neighbors/knn_regressor.rs 13.33% 13 Missing ⚠️
src/cluster/dbscan.rs 0.00% 12 Missing ⚠️
src/tree/base_tree_regressor.rs 33.33% 12 Missing ⚠️
src/naive_bayes/bernoulli.rs 9.09% 10 Missing ⚠️
src/tree/decision_tree_classifier.rs 44.44% 10 Missing ⚠️
src/linear/logistic_regression.rs 0.00% 9 Missing ⚠️
src/naive_bayes/categorical.rs 0.00% 5 Missing ⚠️
src/naive_bayes/multinomial.rs 33.33% 4 Missing ⚠️
src/cluster/agglomerative.rs 0.00% 3 Missing ⚠️
... and 15 more
Additional details and impacted files
@@               Coverage Diff               @@
##           development     #379      +/-   ##
===============================================
- Coverage        45.59%   44.00%   -1.59%     
===============================================
  Files               93       95       +2     
  Lines             8034     8167     +133     
===============================================
- Hits              3663     3594      -69     
- Misses            4371     4573     +202     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.