Skip to content

Commit

Permalink
Merge pull request #893 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.17.1 release
  • Loading branch information
ablaom committed Jan 19, 2022
2 parents ac705fa + 131af18 commit 6d6932f
Show file tree
Hide file tree
Showing 7 changed files with 395 additions and 444 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.17.0"
version = "0.17.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -28,7 +28,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
CategoricalArrays = "0.8,0.9, 0.10"
ComputationalResources = "0.3"
Distributions = "0.21,0.22,0.23, 0.24, 0.25"
MLJBase = "0.19"
MLJBase = "0.19.4"
MLJEnsembles = "0.2"
MLJIteration = "0.4"
MLJModels = "0.15"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/composing_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ then inverse-transforms those predictions to restore them to the
original scale. (This represents a model we could alternatively build
using the `TransformedTargetModel` wrapper and a pipeline.) Here we
have only dynamic operations, labelled blue. The machines are in
green. Notice that two operations both use `stand`, which stores the
learned standardization scale parameters. The lower "Training" panel
green. Notice that two operations both use `box`, which stores the
learned Box-Cox parameters. The lower "Training" panel
indicates which nodes are used to train each machine, and what model
each machine is associated with.

Expand Down

0 comments on commit 6d6932f

Please sign in to comment.