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

Experiment with data sampling methods #9

Open
tskluzac opened this issue Jul 1, 2019 · 0 comments
Open

Experiment with data sampling methods #9

tskluzac opened this issue Jul 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@tskluzac
Copy link
Contributor

tskluzac commented Jul 1, 2019

One thing we can do to speed up the extractor is to implement optional sampling -- the best way for doing this requires further exploration. The rationale for this, is that the metadata don't necessarily need to be perfect to tell us all of the information about files. We should explore the following:

  • Check the existing Pandas methods for sampling data (should they exist).
  • Explore processing only a subset of the chunked dataframes. (fastest?)
  • In each dataframe, consider reducing the dataframe and only reading part of it. (least biased?)

I think we can call this low priority for now, but could be interesting for a future paper.

@tskluzac tskluzac added the enhancement New feature or request label Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant