Skip to content

Commit 76be32d

Browse files
committed
tweak the names of descriptors for grammatic consistency
1 parent df9278c commit 76be32d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/model_traits.jl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,19 +174,19 @@ descriptors() = [
174174
:classification,
175175
:clustering,
176176
:gradient_descent,
177-
:iterative_model,
178-
:incremental_model,
177+
:iterative_models,
178+
:incremental_models,
179179
:dimension_reduction,
180-
:transformer,
181-
:static_transformer,
182-
:missing_value_imputer,
183-
:ensemble_model,
184-
:wrapper,
185-
:time_series_forecaster,
186-
:time_series_classifier,
180+
:encoders,
181+
:static_models,
182+
:missing_value_imputation,
183+
:ensemble_models,
184+
:wrappers,
185+
:time_series_forecasting,
186+
:time_series_classification,
187187
:survival_analysis,
188-
:distribution_fitter,
189-
:Bayesian_model,
188+
:distribution_fitters,
189+
:Bayesian_models,
190190
:outlier_detection,
191191
:collaborative_filtering,
192192
:text_analysis,

0 commit comments

Comments
 (0)