Skip to content

Commit

Permalink
Merge pull request #509 from alan-turing-institute/patch
Browse files Browse the repository at this point in the history
Bump [compat] MLJModelInterface = "^0.4"; rm redundant exports
  • Loading branch information
ablaom authored Jan 29, 2021
2 parents 455c7be + a086dad commit 19d7fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.17.0"
version = "0.17.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -39,7 +39,7 @@ InvertedIndices = "^1"
JLSO = "^2.1,^2.2"
JSON = "^0.21"
LossFunctions = "0.5, 0.6"
MLJModelInterface = "^0.3.8,^0.4"
MLJModelInterface = "^0.4"
MLJScientificTypes = "^0.4.1"
Missings = "^0.4"
OrderedCollections = "^1.1"
Expand Down
10 changes: 1 addition & 9 deletions src/MLJBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ using StatisticalTraits
for trait in StatisticalTraits.TRAITS
eval(:(export $trait))
end
export implemented_methods # defined here and not in StatisticalTraits

# MLJ model hierarchy
export MLJType, Model, Supervised, Unsupervised,
Expand All @@ -105,15 +106,6 @@ export fit, update, update_data, transform, inverse_transform,
predict_mode, predict_mean, predict_median, predict_joint,
evaluate, clean!

# model traits
export input_scitype, output_scitype, target_scitype,
is_pure_julia, package_name, package_license,
load_path, package_uuid, package_url,
is_wrapper, supports_weights, supports_online,
docstring, name, is_supervised,
prediction_type, implemented_methods, hyperparameters,
hyperparameter_types, hyperparameter_ranges

# data operations
export matrix, int, classes, decoder, table,
nrows, selectrows, selectcols, select
Expand Down

0 comments on commit 19d7fcf

Please sign in to comment.