Releases: cstjean/ScikitLearn.jl
Releases · cstjean/ScikitLearn.jl
v0.7.0
v0.6.6
ScikitLearn v0.6.6
Closed issues:
Merged pull requests:
- Libstdcxx patch, remove load_boston examples (#118) (@tylerjthomas9)
v0.6.5
ScikitLearn v0.6.5
Closed issues:
- Why is the error reported? UndefVarError: fit! not defined (#95)
- partial_fit! function not working (#106)
- ScikitLearn.fit!() issue with y_train decimal points (#112)
- Issue in importing
RandomForestRegressor
in Julia (#113)
Merged pull requests:
- Update examples.md (#102) (@piotrek124-1)
- CompatHelper: bump compat for Compat to 4, (keep existing compat) (#111) (@github-actions[bot])
- add libstdcxx patch from PythonCall (#114) (@tylerjthomas9)
- Fix docs CI (#115) (@tylerjthomas9)
v0.6.4
v0.6.3
ScikitLearn v0.6.3
Closed issues:
- Links don't work and docs outdated (#85)
- Writing your own estimators in Julia (#87)
- Julia SciketLearn installation error (#89)
- Missing website (#90)
- ScikitLearn.jl doesn't work in Pluto notebook (#91)
Merged pull requests:
- bumped dataframes version (#92) (@ExpandingMan)
v0.6.2
ScikitLearn v0.6.2
Closed issues:
- Problem with python scikit-learn version numbers: eg, 0.22.2.post1 (#67)
- Tests fail on MacOS (#75)
- Add DocumenterKey env variable to travis to enable doc deployment (#79)
- Consider removing dependency over downstream packages (#80)
Merged pull requests:
- Docupdates (#76) (@OkonSamuel)
- use VersionParsing for Python version numbers (#77) (@stevengj)
- Testsfix (#78) (@OkonSamuel)
- Depsfix (#82) (@OkonSamuel)
v0.6.1
v0.6.0
ScikitLearn v0.6.0
Closed issues:
- getindex(o::PyObject, s::Symbol) is deprecated (#55)
- PCA has wrong dimensions (#61)
- Importing LabelEncoder without loading ScikitLearn (#62)
- Question: Is there sample weight support? (#64)
- Problem with python scikit-learn version numbers: eg, 0.22.2.post1 (#67)
- Current Arch python-sklearn invalid version string (#68)
Merged pull requests:
- Install TagBot as a GitHub Action (#65) (@JuliaTagBot)
- Update Project.toml (#69) (@OkonSamuel)
- Fixes (#70) (@OkonSamuel)
- For 0.6.0 release (#73) (@OkonSamuel)
v0.5.1
v0.5.1 (2019-07-11)
Closed issues:
- Pycall error (#56)
- pycall api updates (#52)
- Getting the Coefficients on a Fit Linear Regression (#45)
- Error loading ScikitLearn (#44)
- Compatibility with 0.7 (#43)
Merged pull requests:
- Prepare for a release (#58) (alexmorley)
- Updates to use new PyCall API (#53) (alexmorley)
- Update example for 1.0 (#51) (PallHaraldsson)
- fixed LinearRegression API (#49) (ValdarT)
- Add computation of intercept to Linear Regression (#47) (PastelBelem8)