Skip to content

Commit

Permalink
For a 0.20.9 release (#801)
Browse files Browse the repository at this point in the history
* fix `source` doc-string formatting

* fix bad doc-string reference

* fix bad doc string link for `machine`

* rm apparatus to anonymize composite model fitresults

* add intrinsic_importance machine inspection method.

* add intrinsic_importances machine inspection method.

* update intrinsic_importance test

* rename intrinsic_importances machine inspection method to eature_importances.

* update eature_importances method.

* fix tests

* Minor docstring tweaks

* bump 0.20.8

* bump compat MLJModelInterface = "1.5" (#800)

Co-authored-by: OkonSamuel <[email protected]>
  • Loading branch information
ablaom and OkonSamuel authored Jul 8, 2022
1 parent 7ed607a commit 410e85f
Showing 1 changed file with 2 additions and 2 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.20.8"
version = "0.20.9"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -36,7 +36,7 @@ ComputationalResources = "0.3"
Distributions = "0.25.3"
InvertedIndices = "1"
LossFunctions = "0.5, 0.6, 0.7, 0.8"
MLJModelInterface = "1.3"
MLJModelInterface = "1.5"
Missings = "0.4, 1"
OrderedCollections = "1.1"
Parameters = "0.12"
Expand Down

0 comments on commit 410e85f

Please sign in to comment.