Skip to content

Commit d735fcd

Browse files
authored
Merge pull request #227 from JuliaAI/dev
For a 1.12.1 release
2 parents c05192a + d244ce2 commit d735fcd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJModelInterface"
22
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33
authors = ["Thibaut Lienart and Anthony Blaom"]
4-
version = "1.12.0"
4+
version = "1.12.1"
55

66
[deps]
77
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
@@ -12,7 +12,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
1212

1313
[compat]
1414
Aqua = "0.8"
15-
CategoricalArrays = "0.10"
15+
CategoricalArrays = "0.10, 1"
1616
DataFrames = "1"
1717
Distances = "0.10"
1818
InteractiveUtils = "<0.0.1, 1"

docs/src/fitting_distributions.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ and `X = nothing`.
1111

1212
The `predict` method should return a single distribution.
1313

14-
A working implementation of a model that fits a `UnivariateFinite`
15-
distribution to some categorical data using [Laplace
16-
smoothing](https://en.wikipedia.org/wiki/Additive_smoothing)
17-
controlled by a hyperparameter `alpha` is given
18-
[here](https://github.com/JuliaAI/MLJBase.jl/blob/d377bee1198ec179a4ade191c11fef583854af4a/test/interface/model_api.jl#L36).
14+
A working implementation of a model that fits a `UnivariateFinite` distribution to some
15+
categorical data using [Laplace
16+
smoothing](https://en.wikipedia.org/wiki/Additive_smoothing) controlled by a
17+
hyperparameter `alpha` is given in [MLJBase
18+
tests](https://github.com/JuliaAI/MLJBase.jl/blob/dev/test/resampling.jl); try
19+
[here](https://github.com/JuliaAI/MLJBase.jl/blob/203aae371f67ed639685aa4803e150ff69f0fa49/test/resampling.jl#L1050).
1920

2021

0 commit comments

Comments
 (0)