-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev rewrite v1.0.16 relax matplotlib ver #522
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* unit test init * temp * unit test * temp
* Update ets_example.ipynb * refine interface and docstring * Update ets_example.ipynb * Update ets_example.ipynb * Update ets_example.ipynb * minor
* refactor lgt * refactor lgt and rebase * refactor lgt * fix unit test * load extra methods in forecaster
* temp * ktr-rewrite with tutorial update ktr-rewrite with tutorial update * fix unit test * Update test_ktrlite.py * fix lgt unit test * ktrx rewrite ktrx rewrite * first version for ktrx unit test * Update test_ktrx.py
* docstring * minor fix * dlt rewriting * nb update
* update functions for orbit style * update functions for orbit style
* Update README.md * Update README.md * Update README.md * Update README.md * Update changelog.rst * Update README.md * change log * Update README.md * Update pyro_estimator.py * initial attempt of making the ktr interface * utility function for knot locations * docstrings * update knot idx * ktrlite knot index and date logic rewrite * working in progress of passing posteriors * init * fix prebuilt stuff * fix unit test for estimator * fix unit test * Initial ETS Rewrite (#497) * unit test init * temp * unit test * temp * fix all unit test for ETS (#499) * Dev rewrite v1.0.16ets (#502) * Update ets_example.ipynb * refine interface and docstring * Update ets_example.ipynb * Update ets_example.ipynb * Update ets_example.ipynb * minor * Update ets.py * mainly ktr but some ets (#505) * Dev rewrite v1.0.16 lgt (#506) * refactor lgt * refactor lgt and rebase * refactor lgt * fix unit test * load extra methods in forecaster * temp * minor * rebase * Update pyro_estimator.py * initial attempt of making the ktr interface * utility function for knot locations * docstrings * update knot idx * ktrlite knot index and date logic rewrite * working in progress of passing posteriors * temp * Dev rewrite v1.0.16 ktr zw (#513) * init changes on ktr * new signature for extra methods * ktr * ktr * ktr * ktr rewrite * bug fix * fix unit tests Co-authored-by: Zhishi Wang <zhishiw@uber.com> Co-authored-by: Zhishi Wang <wangzhishi@users.noreply.github.com>
* plot fix * plot * wip for the ktr tutorial
* fix dlt get_regression_coefs * cosmetics * use mean instead of median for global
* tutorial part 1 * part 2 init * more update * Update ktr2.ipynb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
relax the version requirement for matplotlib
fixes #498