Skip to content

Commit 1dfc75c

Browse files
committed
remove linnerud dependency
1 parent 57078d0 commit 1dfc75c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

algorithms/linfa-lars/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ thiserror = "2.0"
4141
[dev-dependencies]
4242
linfa-datasets = { version = "0.8.0", path = "../../datasets", features = [
4343
"diabetes",
44-
"linnerud"
4544
] }
4645
approx = "0.5"
4746
ndarray-rand = "0.15"

algorithms/linfa-lars/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! hyperplane, (optionally) intercept, alphas (Maximum of covariances (in absolute value) at each iteration),
55
//! Indices of active variables at the end of the path,
66
//!
7-
//!
87
//! LARS is similar to forward stepwise regression.
98
//! At each step, it finds the feature most correlated with the target.
109
//! When there are multiple features having equal correlation, instead of continuing along the same feature,

0 commit comments

Comments
 (0)