Skip to content

Commit 410e85f

Browse files
ablaomOkonSamuel
andauthored
For a 0.20.9 release (#801)
* 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]>
1 parent 7ed607a commit 410e85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJBase"
22
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.20.8"
4+
version = "0.20.9"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -36,7 +36,7 @@ ComputationalResources = "0.3"
3636
Distributions = "0.25.3"
3737
InvertedIndices = "1"
3838
LossFunctions = "0.5, 0.6, 0.7, 0.8"
39-
MLJModelInterface = "1.3"
39+
MLJModelInterface = "1.5"
4040
Missings = "0.4, 1"
4141
OrderedCollections = "1.1"
4242
Parameters = "0.12"

0 commit comments

Comments
 (0)