We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a72df commit d13d1faCopy full SHA for d13d1fa
src/transforms.jl
@@ -288,7 +288,7 @@ include("transforms/levels.jl")
288
include("transforms/indicator.jl")
289
include("transforms/onehot.jl")
290
include("transforms/center.jl")
291
-include("transforms/scale.jl")
+include("transforms/lowhigh.jl")
292
include("transforms/zscore.jl")
293
include("transforms/quantile.jl")
294
include("transforms/functional.jl")
src/transforms/scale.jl renamed to src/transforms/lowhigh.jl
test/transforms.jl
@@ -23,7 +23,7 @@ transformfiles = [
23
"onehot.jl",
24
"identity.jl",
25
"center.jl",
26
- "scale.jl",
+ "lowhigh.jl",
27
"zscore.jl",
28
"quantile.jl",
29
"functional.jl",
test/transforms/scale.jl renamed to test/transforms/lowhigh.jl
0 commit comments