Skip to content
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

Speed up viz page load/ by streaming trend computation? #70

Open
brownsarahm opened this issue May 23, 2019 · 0 comments
Open

Speed up viz page load/ by streaming trend computation? #70

brownsarahm opened this issue May 23, 2019 · 0 comments

Comments

@brownsarahm
Copy link
Collaborator

it's getting really slow on initial load, maybe we could use one of these patterns to load result df and compute the bivariate matrices one trend at a time?

http://flask.pocoo.org/docs/1.0/patterns/streaming/

I can change get_subgroup_trends_1lev to append results instead of overwriting so that it the viz can do something like

trend_list = [corrobj,rankobj,linreg_obj]
for trend in trend_list:
    labeled_df.get_subgroup_trends_1lev(trend)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant