-
Notifications
You must be signed in to change notification settings - Fork 135
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
update residual diagnostic plots and example notebook #758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ariel77 have modified the PR to reflect the extra plots i want to incorporate. i also fix a couple of minor things. things you can follow up:
review the notebook i modified
figure out / rerun notebook to get rid of the warnings i experience due to some fonts / funny setting of matplotlib which you may not have
resolve the lint problem; you can consult @wangzhishi on this
Please let me know when you are done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* v1.1.3dev * add python 3.8/3.9 to workflow (#752) * add python 3.8 to workflow * add python 3.9 to workflow * update * optimize interface (#755) * update residual diagnostic plots and example notebook (#758) * update residual diagnostic plots and example notebook * minor fix on unused import * diagnostic * Create residual_diagnostic.ipynb * temp * update * notebook update * Update plot.py * Update plot.py * Update plot.py * update * fix bug * update plot function * Update plot.py * Update model_diagnostics.ipynb * remove file * fixing lint problem * refreshing diagnostic notebook * Update plot.py * Update residual_diagnostic.ipynb Co-authored-by: Edwin Ng <edwinnglabs@gmail.com> * Fix tqdm outlook (#762) * init proposal This should fix the tqdm outlook and slightly adjust the arg to make forecast and its child consistent. * Update hyper_parameters_tuning.ipynb * init proposal This should fix the tqdm outlook and slightly adjust the arg to make forecast and its child consistent. * Update hyper_parameters_tuning.ipynb * a message added for ipywidgets * lint fix * Dev requirements fix (#763) * torch version update * release process update * minor code cleanup w/ Python 3 syntax (#765) * Edwin/some utils (#769) * Update stan.py * lint * Dev fix ktr (#771) * fix re-instantiation bug in KTR * tutorial update * fix re-instantiation bug in KTR * tutorial update * Add new utils (#778) * temp * adding new utils * Update general.py * Bug fix/numpy freeze (#783) * Update requirements.txt * Update build.yaml * Update build.yaml * Update build.yaml * Update build.yaml * Update ktr1.ipynb (#777) * Update ktr1.ipynb * Update ktr1.ipynb * global trend prior enhancement (#786) * global trend prior enhancement * lint reformatting * notebook refresh notebook refresh Co-authored-by: Zhishi Wang <zhishiw@uber.com> Co-authored-by: Zhishi Wang <wangzhishi@users.noreply.github.com> Co-authored-by: Ariel Jiang <ariel.jiang@uber.com> Co-authored-by: Jeong-Yoon Lee <jeongyoon.lee1@gmail.com>
Description
Please include a summary of the change and which issue is fixed.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests.