Fold-wrappers

Latest version: v0.1.1

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.1

What's Changed
* chore(Docs): Calendly link change. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/73
* feature(CI): added `bump-version` workflow by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/74
* feature(Arch): added WrapArch class by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/75


**Full Changelog**: https://github.com/dream-faster/fold-wrappers/compare/0.1.0...0.1.1

0.1.0

What's Changed
* feature(Package): added keywords, install guide to README by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/72


**Full Changelog**: https://github.com/dream-faster/fold-wrappers/compare/0.0.2...0.1.0

0.0.2

What's Changed
* feature(CI): added workflows by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/1
* feature(Models): added UnivariateStatsForecastModel by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/3
* fix(StatsForecast): conform to the new Model API by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/5
* fix(StatsForecast): made UnivariateStatsForecast wrapper require continuous updating by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/6
* chore(Docs): updated Licence by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/7
* feature(Docs): added mkdocs by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/8
* refactor(Project): changed name to `fold-models` by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/11
* chore(Docs): updated project details by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/13
* chore(Project): update precommit hooks by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/14
* feature(XGBoost): added XGB wrapper by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/15
* feature(CI): publish workflow by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/12
* feature(Docs): updated by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/16
* fix(API): updated to follow new fold Model API by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/20
* feature(Models): Added test and initial wrapper for ``statsmodels`` library (https://github.com/statsmodels/statsmodels). by szemyd in https://github.com/dream-faster/fold-wrappers/pull/23
* fix(XGBoost): upgraded to use the new initialization convention by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/28
* feature(Models): Added wrapper for ``sktime`` (https://github.com/sktime/sktime) by szemyd in https://github.com/dream-faster/fold-wrappers/pull/26
* feature(SKTime): Sktime now depends on the length of X rather than its indices by szemyd in https://github.com/dream-faster/fold-wrappers/pull/29
* feature(Docs): Updated Readme and added a logo by szemyd in https://github.com/dream-faster/fold-wrappers/pull/36
* refactor(All): made `use_exogenous` Optional by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/37
* docs(Logo): Fix logo background. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/41
* feature(Baseline): added all baseline models from `fold` by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/42
* fix(Docs): Added badges to README for each test and fixed typo. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/44
* feature(Prophet): added WrapProphet class by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/43
* feature(Docs): added online update column, made prophet wrapper updateable by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/45
* fix(Project): export Baseline models from root by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/48
* fix(Tests): move pytest config to pyproject.toml by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/50
* feature(Docs): Readme updated with new logo and fixed table checkmarks. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/51
* feature(NeuralForecast): added WrapNeuralForecast class by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/9
* fix(NeuralForecast): use the `step` for `input_size` by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/53
* fix(Tests): separating out univariate tests from ones that have exogenous variables by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/54
* fix(NeuralForecast): frequency should be set from X by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/55
* fix(Models): added requires_X to Properties by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/56
* feature(Docs): added beta label to some wrappers by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/57
* fix(Baseline): path to base transformation changed in `fold` by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/58
* fix(Docs): This will let us display badges on our website without it breaking to multiple lines. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/59
* feature(Models): added LightGBM, automatic wrapping function where possible by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/60
* feature(Tests): added tests for automatic wrapping of 3rd party models by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/61
* fix(Docs): removed mkdocs from project by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/62
* fix(CI): test-lightgbm workflow should be working now by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/63
* refactor(Project): rename to `fold-wrapper`, remove Baseline models by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/65
* chore(Docs): Update readme with fold-models and fold-wrappers. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/66
* chore(Package): Renamed the repo. by szemyd in https://github.com/dream-faster/fold-wrappers/pull/67
* chore(Docs): Updated license to be MIT by szemyd in https://github.com/dream-faster/fold-wrappers/pull/68
* fix(Docs): updated README Licence section by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/69
* feature(Project): added versioning fields by almostintuitive in https://github.com/dream-faster/fold-wrappers/pull/70

New Contributors
* almostintuitive made their first contribution in https://github.com/dream-faster/fold-wrappers/pull/1
* szemyd made their first contribution in https://github.com/dream-faster/fold-wrappers/pull/23

**Full Changelog**: https://github.com/dream-faster/fold-wrappers/commits/0.0.2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.