Skip to content

Commit

Permalink
Merge pull request #776 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.20.4 release
  • Loading branch information
OkonSamuel authored May 23, 2022
2 parents cc3dbe5 + 618bb4c commit 1a89215
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 = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.20.3"
version = "0.20.4"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -35,7 +35,7 @@ CategoricalDistributions = "0.1"
ComputationalResources = "0.3"
Distributions = "0.25.3"
InvertedIndices = "1"
LossFunctions = "0.5, 0.6, 0.7"
LossFunctions = "0.5, 0.6, 0.7, 0.8"
MLJModelInterface = "1.3"
Missings = "0.4, 1"
OrderedCollections = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/composition/models/pipelines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Names for the component fields are automatically generated unless
explicitly specified, as in
```
Pipeline(endoder=ContinuousEncoder(drop_last=false),
Pipeline(encoder=ContinuousEncoder(drop_last=false),
stand=Standardizer())
```
Expand Down

0 comments on commit 1a89215

Please sign in to comment.