Skip to content

Commit df7dbcf

Browse files
committed
add MLJTransforms to the registry and update all registry metadata
1 parent 54e0dc9 commit df7dbcf

File tree

3 files changed

+1895
-2273
lines changed

3 files changed

+1895
-2273
lines changed

Project.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1313
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1414
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1515
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
16+
MLJModelRegistryTools = "0a96183e-380b-4aa6-be10-c555140810f2"
1617
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1718
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1819
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
@@ -38,6 +39,7 @@ Distributions = "0.25"
3839
InteractiveUtils = "1"
3940
LinearAlgebra = "1"
4041
MLJModelInterface = "1.10"
42+
MLJModelRegistryTools = "0.1.1"
4143
MLJTransforms = "0.1.1"
4244
Markdown = "1"
4345
OrderedCollections = "1.1"
@@ -66,14 +68,4 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
6668
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6769

6870
[targets]
69-
test = [
70-
"Distributed",
71-
"MLJBase",
72-
"MLJDecisionTreeInterface",
73-
"MLJMultivariateStatsInterface",
74-
"MLJTransforms",
75-
"Pkg",
76-
"StableRNGs",
77-
"Suppressor",
78-
"Test",
79-
]
71+
test = ["Distributed", "MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "MLJTransforms", "Pkg", "StableRNGs", "Suppressor", "Test"]

0 commit comments

Comments
 (0)