Closed sozelfist closed 8 months ago
Attention: Patch coverage is 99.30070%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 94.74%. Comparing base (
10c986d
) to head (b9d4c80
). Report is 10 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/machine_learning/loss_function/huber_loss.rs | 95.23% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request Template
Description
This PR implement Huber loss function and add to machine learning loss function module.
Type of change
Checklist:
cargo clippy --all -- -D warnings
just before my last commit and fixed any issue that was found.cargo fmt
just before my last commit.cargo test
just before my last commit and all tests passed.mod.rs
file within its own folder, and in any parent folder(s).DIRECTORY.md
with the correct link.COUNTRIBUTING.md
and my code follows its guidelines.