We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52daf6e commit 8be303aCopy full SHA for 8be303a
src/StatsLearnModels.jl
@@ -1,13 +1,17 @@
1
+# ------------------------------------------------------------------
2
+# Licensed under the MIT License. See LICENSE in the project root.
3
4
+
5
module StatsLearnModels
6
7
using Tables
8
using ColumnSelectors: selector
9
using TableTransforms: StatelessFeatureTransform
10
import TableTransforms: applyfeat, isrevertible
11
-export Learn
-
12
include("interface.jl")
13
include("learn.jl")
14
15
+export Learn
16
17
end
0 commit comments