Skip to content

Commit

Permalink
rm export FeatureSelector, as moved to FeatureSelection.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 18, 2024
1 parent 68a4ab9 commit d24fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLJModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export ConstantRegressor, ConstantClassifier,
export BinaryThresholdPredictor

# from model/Transformers
export FeatureSelector, UnivariateDiscretizer,
export UnivariateDiscretizer,
UnivariateStandardizer, Standardizer, UnivariateBoxCoxTransformer,
OneHotEncoder, ContinuousEncoder, FillImputer, UnivariateFillImputer,
UnivariateTimeTypeToContinuous, InteractionTransformer
Expand Down

0 comments on commit d24fb53

Please sign in to comment.