From f19345d8ada013d86d362baf8c17fe13eef18bba Mon Sep 17 00:00:00 2001 From: KronosTheLate <61620837+KronosTheLate@users.noreply.github.com> Date: Fri, 20 May 2022 12:24:43 +0200 Subject: [PATCH 1/3] Fix typo I have not tested anything, but this was clearly a typo. Should doctests not have caught this? --- src/composition/models/pipelines.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composition/models/pipelines.jl b/src/composition/models/pipelines.jl index 98992b1d..610be2d9 100644 --- a/src/composition/models/pipelines.jl +++ b/src/composition/models/pipelines.jl @@ -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()) ``` From 403d891d1364b60f7fdc14252598f81ea6542adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Mon, 23 May 2022 08:50:12 -0300 Subject: [PATCH 2/3] Bump LossFunctions.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d34b3be4..91d28889 100644 --- a/Project.toml +++ b/Project.toml @@ -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" From e3ac42ebf1c28abf62d3879f77058eef34234bdc Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Mon, 23 May 2022 14:27:55 +0100 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91d28889..727b7685 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJBase" uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d" authors = ["Anthony D. Blaom "] -version = "0.20.3" +version = "0.20.4" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"