Skip to content

Commit

Permalink
Merge pull request #962 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.18.5 release
  • Loading branch information
ablaom committed Aug 30, 2022
2 parents 6835e11 + a6c50ee commit 6e725fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJ"
uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
version = "0.18.4"
version = "0.18.5"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -32,7 +32,7 @@ MLJEnsembles = "0.3"
MLJIteration = "0.5"
MLJModels = "0.15.5"
MLJTuning = "0.7"
OpenML = "0.2"
OpenML = "0.2,0.3"
ProgressMeter = "1.1"
ScientificTypes = "3"
StatsBase = "0.32,0.33"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/list_of_supported_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ independent assessment.

| Package | Models | Maturity | Note
| ------- | ------ | -------- | ----
[BetaML.jl](https://github.com/sylvaticus/BetaML.jl) | DecisionTreeClassifier, DecisionTreeRegressor, GMMClusterer, KMeans, KMedoids, KernelPerceptronClassifier, MissingImputator, PegasosClassifier, PerceptronClassifier, RandomForestClassifier, RandomForestRegressor | medium |
[BetaML.jl](https://github.com/sylvaticus/BetaML.jl) | BetaMLGMMImputer, BetaMLGMMRegressor, BetaMLGenericImputer, BetaMLMeanImputer, BetaMLRFImputer, DecisionTreeClassifier, DecisionTreeRegressor, GMMClusterer, KMeans, KMedoids, KernelPerceptronClassifier, MissingImputator, PegasosClassifier, PerceptronClassifier, RandomForestClassifier, RandomForestRegressor | medium |
[Clustering.jl](https://github.com/JuliaStats/Clustering.jl) | KMeans, KMedoids | high | †
[DecisionTree.jl](https://github.com/bensadeghi/DecisionTree.jl) | DecisionTreeClassifier, DecisionTreeRegressor, AdaBoostStumpClassifier, RandomForestClassifier, RandomForestRegressor | high |
[EvoTrees.jl](https://github.com/Evovest/EvoTrees.jl) | EvoTreeRegressor, EvoTreeClassifier, EvoTreeCount, EvoTreeGaussian | medium | gradient boosting models
Expand Down

0 comments on commit 6e725fd

Please sign in to comment.