This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
Releases: dream-faster/fold-wrappers
Releases · dream-faster/fold-wrappers
0.1.2
What's Changed
- feature(XGBoost & LightGBM): return probabilities, made them Tunable by @almostintuitive in #81
- fix(CI): use latest commit from
fold/main
to run the tests by @almostintuitive in #82 - fix(Models): ability to pass in custom name, propagate it when cloning by @almostintuitive in #83
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- chore(Docs): Calendly link change. by @szemyd in #73
- feature(CI): added
bump-version
workflow by @almostintuitive in #74 - feature(Arch): added WrapArch class by @almostintuitive in #75
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- feature(Package): added keywords, install guide to README by @almostintuitive in #72
Full Changelog: 0.0.2...0.1.0
0.0.2
What's Changed
- feature(CI): added workflows by @almostintuitive in #1
- feature(Models): added UnivariateStatsForecastModel by @almostintuitive in #3
- fix(StatsForecast): conform to the new Model API by @almostintuitive in #5
- fix(StatsForecast): made UnivariateStatsForecast wrapper require continuous updating by @almostintuitive in #6
- chore(Docs): updated Licence by @almostintuitive in #7
- feature(Docs): added mkdocs by @almostintuitive in #8
- refactor(Project): changed name to
fold-models
by @almostintuitive in #11 - chore(Docs): updated project details by @almostintuitive in #13
- chore(Project): update precommit hooks by @almostintuitive in #14
- feature(XGBoost): added XGB wrapper by @almostintuitive in #15
- feature(CI): publish workflow by @almostintuitive in #12
- feature(Docs): updated by @almostintuitive in #16
- fix(API): updated to follow new fold Model API by @almostintuitive in #20
- feature(Models): Added test and initial wrapper for
statsmodels
library (https://github.com/statsmodels/statsmodels). by @szemyd in #23 - fix(XGBoost): upgraded to use the new initialization convention by @almostintuitive in #28
- feature(Models): Added wrapper for
sktime
(https://github.com/sktime/sktime) by @szemyd in #26 - feature(SKTime): Sktime now depends on the length of X rather than its indices by @szemyd in #29
- feature(Docs): Updated Readme and added a logo by @szemyd in #36
- refactor(All): made
use_exogenous
Optional by @almostintuitive in #37 - docs(Logo): Fix logo background. by @szemyd in #41
- feature(Baseline): added all baseline models from
fold
by @almostintuitive in #42 - fix(Docs): Added badges to README for each test and fixed typo. by @szemyd in #44
- feature(Prophet): added WrapProphet class by @almostintuitive in #43
- feature(Docs): added online update column, made prophet wrapper updateable by @almostintuitive in #45
- fix(Project): export Baseline models from root by @almostintuitive in #48
- fix(Tests): move pytest config to pyproject.toml by @almostintuitive in #50
- feature(Docs): Readme updated with new logo and fixed table checkmarks. by @szemyd in #51
- feature(NeuralForecast): added WrapNeuralForecast class by @almostintuitive in #9
- fix(NeuralForecast): use the
step
forinput_size
by @almostintuitive in #53 - fix(Tests): separating out univariate tests from ones that have exogenous variables by @almostintuitive in #54
- fix(NeuralForecast): frequency should be set from X by @almostintuitive in #55
- fix(Models): added requires_X to Properties by @almostintuitive in #56
- feature(Docs): added beta label to some wrappers by @almostintuitive in #57
- fix(Baseline): path to base transformation changed in
fold
by @almostintuitive in #58 - fix(Docs): This will let us display badges on our website without it breaking to multiple lines. by @szemyd in #59
- feature(Models): added LightGBM, automatic wrapping function where possible by @almostintuitive in #60
- feature(Tests): added tests for automatic wrapping of 3rd party models by @almostintuitive in #61
- fix(Docs): removed mkdocs from project by @almostintuitive in #62
- fix(CI): test-lightgbm workflow should be working now by @almostintuitive in #63
- refactor(Project): rename to
fold-wrapper
, remove Baseline models by @almostintuitive in #65 - chore(Docs): Update readme with fold-models and fold-wrappers. by @szemyd in #66
- chore(Package): Renamed the repo. by @szemyd in #67
- chore(Docs): Updated license to be MIT by @szemyd in #68
- fix(Docs): updated README Licence section by @almostintuitive in #69
- feature(Project): added versioning fields by @almostintuitive in #70
New Contributors
- @almostintuitive made their first contribution in #1
- @szemyd made their first contribution in #23
Full Changelog: https://github.com/dream-faster/fold-wrappers/commits/0.0.2