fix: formatting
This commit is contained in:
@@ -264,7 +264,7 @@ impl<T: FloatExt, M: Matrix<T>> LogisticRegression<T, M> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::linalg::naive::dense_matrix::*;
|
use crate::linalg::naive::dense_matrix::*;
|
||||||
use ndarray::{arr1, arr2, Array1};
|
use ndarray::{arr1, arr2, Array1};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user