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

Add in-memory dataset size calculation to dataset statistics and hyperopt (#2509) #2518

Merged
merged 2 commits into from
Sep 16, 2022

Commits on Sep 16, 2022

  1. Add in-memory dataset size calculation to dataset statistics (#2509)

    * add in-memory dataset size calculation
    
    * reduce constraints on test
    
    * Fix failing tests by adding conditional checks before function call
    
    * merge into single tab, use memory formatter, fix conditional
    
    * clean up
    
    * make benchmarking a module
    arnavgarg1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f1048b1 View commit details
    Browse the repository at this point in the history
  2. Surfacing dataset statistics in hyperopt (#2515)

    * surfacing dataset statistics in hyperopt
    
    * make datasets loaders a module
    arnavgarg1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    75ddbc5 View commit details
    Browse the repository at this point in the history