Releases: JuliaAI/MLJGLMInterface.jl
Releases · JuliaAI/MLJGLMInterface.jl
v0.3.7
MLJGLMInterface v0.3.7
- (enhancement) Models can now handle categorical inputs (predictors) (#45) @tiemvanderdeure
Merged pull requests:
- Retain data in tabular form (#45) (@tiemvanderdeure)
- Add generic interface tests from MLJTestInterface.jl (#46) (@ablaom)
v0.3.6
v0.3.5
MLJGLMInterface v0.3.5
Closed issues:
- Should we also make the p-values available? (#36)
Merged pull requests:
- Explicitly add
StatsModelsdependency (#37) (@rikhuijzer) - Slight improvements to
report_keysdocumentation (#39) (@rikhuijzer)
v0.3.4
MLJGLMInterface v0.3.4
Closed issues:
- GLM compat broken (#34)
Merged pull requests:
- Fix wrong formula order (#35) (@rikhuijzer)
v0.3.3
v0.3.2
MLJGLMInterface v0.3.2
Closed issues:
Merged pull requests:
- Add docstrings! (#26) (@josephsdavid)
- Add doc-strings (#29) (@ablaom)
- Update docstrings to reflect changes in the master branch (#31) (@josephsdavid)
v0.3.1
MLJGLMInterface v0.3.1
Closed issues:
- Inputs that are wrapped matrix adjoints not working (#27)
Merged pull requests:
- Allow
AbstractMatrixinaugment_X(#28) (@rikhuijzer)
v0.3.0
MLJGLMInterface v0.3.0
Closed issues:
Merged pull requests:
- Set minimum version to Julia 1.6 (#18) (@rikhuijzer)
- Remove
Parameters.jldependency and refactor (#19) (@OkonSamuel) - fix bug in LinearRegressor model fit (#20) (@OkonSamuel)
- Introduce a new fit return object
FitResult(#21) (@OkonSamuel) - allow
reportcustomization withreport_keyskwarg. (#22) (@OkonSamuel) - Add support for observation weights (#23) (@OkonSamuel)
- add more parameters to control fitting, and add data checks (#24) (@OkonSamuel)
v0.2.0
MLJGLMInterface v0.2.0
Closed issues:
- Allow fitting arbitrary
@formulas (#13)
Merged pull requests:
- fix bug in requesting keys of table sources (#14) (@OkonSamuel)
v0.1.7
MLJGLMInterface v0.1.7
- Include feature names in fitted parameters (#12) @rikhuijzer
Closed issues:
- Issue to trigger new releases (#1)
- Why is LinearRegressor Probabilistic? (#9)
- Constants in linear model fit (#11)
Merged pull requests:
- Report feature names in
fitresult(#12) (@rikhuijzer)