Releases: JuliaAI/CatBoost.jl
Releases · JuliaAI/CatBoost.jl
v0.3.5
CatBoost v0.3.5
- Add a restriction to use numpy < 1.0 (#38)
Merged pull requests:
- Fix MLJ example in docs (#33) (@tylerjthomas9)
- Fix MLJ Serialization, add test for single class classifiers, fix single class classifiers predict (#35) (@tylerjthomas9)
- Restrict
numpy<2
and bump actions (#38) (@tylerjthomas9)
Closed issues:
- MLJ Readme example fails on v0.3.4 (#32)
v0.3.4
CatBoost v0.3.4
Merged pull requests:
- Fix example in docs, match docs with README, add downgrade check (#31) (@tylerjthomas9)
Closed issues:
- Corner case: Training a classifier with only one class present (#22)
v0.3.3
CatBoost v0.3.3
Merged pull requests:
- Fix missing
to_catboost
,to_pandas
,feature_importance
docs. AddPy
type to feature importance input (#26) (@tylerjthomas9) - fix UndefVarError in update method (#28) (@OkonSamuel)
- Add support for training classifiers with one class present (#29) (@tylerjthomas9)
v0.3.2
v0.3.1
CatBoost v0.3.1
Merged pull requests:
- Add macos CI (#21) (@tylerjthomas9)
- Fix package name in MLJ interface - take II (#24) (@ablaom)
- Bump Catboost to
v0.3.1
(#25) (@tylerjthomas9)
v0.3.0
v0.2.0
CatBoost v0.2.0
Closed issues:
Merged pull requests:
- Update CI to codecov-action v2 (#12) (@kimlaberinto)
- Change badge to dev docs (#13) (@ericphanson)
- Switch from PyCall.jl to PythonCall.jl (#15) (@tylerjthomas9)
v0.1.2
CatBoost v0.1.2
Merged pull requests:
- Add missing quotation marks in Python Dependencies warning (#10) (@kimlaberinto)
v0.1.1
CatBoost v0.1.1
Merged pull requests:
- fix deprecation warning in
pandas_to_df
, add test, mv exports (#5) (@ericphanson)
v0.1.0
CatBoost v0.1.0
Merged pull requests:
- tweak (#1) (@ericphanson)
- add docs workflow (#2) (@ericphanson)
- add
devbranch
argument todeploydocs
(#3) (@ericphanson) - add
workflow_dispatch
's to manually trigger workflows (#4) (@ericphanson)