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

scan_data() is very slow on large datasets #550

Open
hadley opened this issue Aug 1, 2024 · 1 comment
Open

scan_data() is very slow on large datasets #550

hadley opened this issue Aug 1, 2024 · 1 comment

Comments

@hadley
Copy link
Member

hadley commented Aug 1, 2024

Specifically the interactions and correlations sections:

pointblank::scan_data(ggplot2::diamonds, sections = "IC")

Iteractions takes ~30s which isn't too surprising, but correlations takes a very long time, which does surprise me.

@rich-iannone
Copy link
Member

Agreed, we could definitely make this faster/better. (Part of the entire scan_data() overhaul.)

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

2 participants