Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalmes committed Apr 21, 2021
1 parent 57b83fc commit d47cfad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "AutoMLPipeline"
uuid = "08437348-eef5-4817-bc1b-d4e9459680d6"
authors = ["Paulito Palmes <ppalmes@gmail.com>"]
version = "0.3.2"
version = "0.3.3"

[deps]
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
Expand Down
6 changes: 5 additions & 1 deletion src/AutoMLPipeline.jl
Expand Up @@ -15,7 +15,11 @@ export holdout, kfold, score, infer_eltype, nested_dict_to_tuples,
nested_dict_set!, nested_dict_merge, create_transformer,
mergedict, getiris, getprofb,
skipmean,skipmedian,skipstd,
aggregatorclskipmissing
aggregatorclskipmissing,
find_catnum_columns,
train_test_split


export Baseline, Identity
export Imputer,OneHotEncoder,Wrapper
export PrunedTree,RandomForest,Adaboost
Expand Down

2 comments on commit d47cfad

@ppalmes
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/34922

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" d47cfadabeea7860aad27d37a01a476aea316b95
git push origin v0.3.3

Please sign in to comment.