File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11name = " MLJModelInterface"
22uuid = " e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33authors = [" Thibaut Lienart and Anthony Blaom" ]
4- version = " 1.12.0 "
4+ version = " 1.12.1 "
55
66[deps ]
77InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
@@ -12,7 +12,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
1212
1313[compat ]
1414Aqua = " 0.8"
15- CategoricalArrays = " 0.10"
15+ CategoricalArrays = " 0.10, 1 "
1616DataFrames = " 1"
1717Distances = " 0.10"
1818InteractiveUtils = " <0.0.1, 1"
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ and `X = nothing`.
1111
1212The ` 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
You can’t perform that action at this time.
0 commit comments