Skip to content

Commit

Permalink
revert to 'use crate' but with explicit fn names
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Feb 20, 2024
1 parent 069d552 commit c4f1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlr.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use nalgebra::{DMatrix, DVector, SVD};

use super::utils::{mean_sd_column, mean_sd_dmat};
use crate::utils::{mean_sd_column, mean_sd_dmat};

/// Calculates beta coefficients (slopes) of a multiple linear regression of dimensions [1.., _] of
/// input array against first dimension [0, _].
Expand Down

0 comments on commit c4f1338

Please sign in to comment.