Fix #245: return error for NaN in naive bayes #544
Annotations
11 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Tests:
src/naive_bayes/mod.rs#L43
unused import: `cmp::Ordering`
|
Tests
`smartcore` (lib) generated 1 warning (run `cargo fix --lib -p smartcore` to apply 1 suggestion)
|
Stable Build without features:
src/naive_bayes/mod.rs#L43
unused import: `cmp::Ordering`
|
Stable Build without features
`smartcore` (lib) generated 1 warning (run `cargo fix --lib -p smartcore` to apply 1 suggestion)
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Stable Build with all features:
src/naive_bayes/mod.rs#L43
unused import: `cmp::Ordering`
|
Stable Build with all features
`smartcore` (lib) generated 1 warning (run `cargo fix --lib -p smartcore` to apply 1 suggestion)
|
Loading