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

Some steps are very slow #7

Closed
prockenschaub opened this issue Nov 29, 2022 · 2 comments
Closed

Some steps are very slow #7

prockenschaub opened this issue Nov 29, 2022 · 2 comments

Comments

@prockenschaub
Copy link
Collaborator

Steps like StepHistorical and StepImputeFill can take a long time. We may want to think about ways to speed those up. For example, I have in the past been able to speed up pandas ffill by inserting stopping rows between patients and then running ffill on the ungrouped dataframe.

@prockenschaub
Copy link
Collaborator Author

Performance fo StepImputeFill fixed by #14.

@rvandewater
Copy link
Owner

Polars backend should increase speed #20 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants