Skip to content

Commit

Permalink
Update metrics_regression.rs
Browse files Browse the repository at this point in the history
fix spelling typo in comment
  • Loading branch information
era127 authored Nov 2, 2023
1 parent 39b3eee commit 068c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics_regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::ops::{Div, Sub};

/// Regression metrices trait for single targets.
///
/// It is possible to compute the listed mectrics between two 1D arrays.
/// It is possible to compute the listed metrics between two 1D arrays.
/// To compare bi-dimensional arrays use [`MultiTargetRegression`].
pub trait SingleTargetRegression<F: Float, T: AsSingleTargets<Elem = F>>:
AsSingleTargets<Elem = F>
Expand Down

0 comments on commit 068c3ce

Please sign in to comment.