Skip to content

Commit 8be303a

Browse files
authored
Update StatsLearnModels.jl
1 parent 52daf6e commit 8be303a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/StatsLearnModels.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
# ------------------------------------------------------------------
2+
# Licensed under the MIT License. See LICENSE in the project root.
3+
# ------------------------------------------------------------------
4+
15
module StatsLearnModels
26

37
using Tables
48
using ColumnSelectors: selector
59
using TableTransforms: StatelessFeatureTransform
610
import TableTransforms: applyfeat, isrevertible
711

8-
export Learn
9-
1012
include("interface.jl")
1113
include("learn.jl")
1214

15+
export Learn
16+
1317
end

0 commit comments

Comments
 (0)