Skip to content

Work in progress, confusion matrix #21

Work in progress, confusion matrix

Work in progress, confusion matrix #21

Triggered via push September 18, 2023 09:13
Status Failure
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

clippy_check.yml

on: push
clippy_check
48s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
unresolved import `crate::common`: src/metrics/traits.rs#L3
error[E0432]: unresolved import `crate::common` --> src/metrics/traits.rs:3:12 | 3 | use crate::common::{ClassifierOutput, ClassifierTarget, RegressionTarget}; | ^^^^^^ could not find `common` in the crate root
unresolved import `crate::common`: src/metrics/confusion.rs#L8
error[E0432]: unresolved import `crate::common` --> src/metrics/confusion.rs:8:12 | 8 | use crate::common::{ClassifierOutput, ClassifierTarget}; | ^^^^^^ could not find `common` in the crate root
unresolved import `crate::common`: src/metrics/accuracy.rs#L3
error[E0432]: unresolved import `crate::common` --> src/metrics/accuracy.rs:3:12 | 3 | use crate::common::{ClassifierOutput, ClassifierTarget}; | ^^^^^^ could not find `common` in the crate root
clippy_check
Clippy had exited with the 101 exit code
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/