You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package does not implement specific machine learning algorithms. Instead, it provides a collection of useful tools to support machine learning programs, including:
10
11
@@ -14,7 +15,7 @@ This package does not implement specific machine learning algorithms. Instead, i
14
15
- Cross validation
15
16
- Model tuning (*i.e.* search best settings of parameters)
16
17
17
-
**Notes:** This package depends on [StatsBase](https://github.com/JuliaStats/StatsBase.jl) and reexports all names therefrom. It also depends on [ArrayViews](https://github.com/lindahua/ArrayViews.jl) and reexports the ``view`` function.
18
+
**Notes:** This package depends on [StatsBase](https://github.com/JuliaStats/StatsBase.jl) and reexports all names therefrom.
0 commit comments