Skip to content

Commit 57161f8

Browse files
committed
rm Transformers.jl; tests still need registry update to pass
1 parent c35207e commit 57161f8

File tree

8 files changed

+16
-2826
lines changed

8 files changed

+16
-2826
lines changed

Project.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Distributions = "0.25"
3838
InteractiveUtils = "1"
3939
LinearAlgebra = "1"
4040
MLJModelInterface = "1.10"
41+
MLJTransforms = "0.1.1"
4142
Markdown = "1"
4243
OrderedCollections = "1.1"
4344
Parameters = "0.12"
@@ -58,10 +59,21 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
5859
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
5960
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
6061
MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728"
62+
MLJTransforms = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
6163
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
6264
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
6365
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
6466
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6567

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

src/MLJModels.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ include("utilities.jl")
6060

6161
# load built-in models:
6262
include("builtins/Constant.jl")
63-
include("builtins/Transformers.jl")
6463
include("builtins/ThresholdPredictors.jl")
6564

6665
# declare paths to the metadata and associated project file:

0 commit comments

Comments
 (0)