Skip to content

Commit

Permalink
Merge pull request #563 from JuliaAI/feature-selector-dont-export
Browse files Browse the repository at this point in the history
Remove `export FeatureSelector`, as moved to FeatureSelection.jl
  • Loading branch information
ablaom committed Jun 19, 2024
2 parents 68a4ab9 + 39d3eaa commit 62bd007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJModels"
uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
version = "0.17.1"
version = "0.17.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
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 62bd007

Please sign in to comment.