Skip to content

Commit b08d3a0

Browse files
authored
Add license header
1 parent 8be303a commit b08d3a0

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

ext/StatsLearnModelsMLJModelInterfaceExt.jl

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

37
using Tables

src/interface.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ------------------------------------------------------------------
2+
# Licensed under the MIT License. See LICENSE in the project root.
3+
# ------------------------------------------------------------------
4+
15
"""
26
StatsLearnModels.fit(model, input, output) -> FittedModel
37

src/learn.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ------------------------------------------------------------------
2+
# Licensed under the MIT License. See LICENSE in the project root.
3+
# ------------------------------------------------------------------
4+
15
"""
26
Learn(model, train, incols, outcols)
37

0 commit comments

Comments
 (0)