Skip to content

Commit d2de32a

Browse files
committed
✍🏻 Rename models
1 parent ced0fb5 commit d2de32a

19 files changed

+17
-2638
lines changed

β€Žsrc/MLJTransforms.jlβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ include("transformers/cardinality_reducer/cardinality_reducer.jl")
4242
include("transformers/cardinality_reducer/interface_mlj.jl")
4343
export cardinality_reducer_fit, cardinality_reducer_transform, CardinalityReducer
4444
# MLJModels transformers
45-
include("transformers/other_transformers/continuous_encoding.jl")
46-
include("transformers/other_transformers/interaction_transform.jl")
47-
include("transformers/other_transformers/continuous_transform_time.jl")
48-
include("transformers/other_transformers/fill_imputation.jl")
49-
include("transformers/other_transformers/one_hot_encoding.jl")
50-
include("transformers/other_transformers/standardization.jl")
51-
include("transformers/other_transformers/uni_box_cox.jl")
52-
include("transformers/other_transformers/uni_discretization.jl")
53-
include("transformers/other_transformers/metadata_registry.jl")
45+
include("transformers/other_transformers/continuous_encoder.jl")
46+
include("transformers/other_transformers/interaction_transformer.jl")
47+
include("transformers/other_transformers/univariate_time_type_to_continuous.jl")
48+
include("transformers/other_transformers/fill_imputer.jl")
49+
include("transformers/other_transformers/one_hot_encoder.jl")
50+
include("transformers/other_transformers/standardizer.jl")
51+
include("transformers/other_transformers/univariate_boxcox_transformer.jl")
52+
include("transformers/other_transformers/univariate_discretizer.jl")
53+
include("transformers/other_transformers/metadata_shared.jl")
5454

5555
export UnivariateDiscretizer,
5656
UnivariateStandardizer, Standardizer, UnivariateBoxCoxTransformer,

β€Žsrc/transformers/other_transformers/continuous_encoding.jlβ€Ž

Lines changed: 0 additions & 200 deletions
This file was deleted.

0 commit comments

Comments
Β (0)