-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Unify load_from_cache_file
type and logic
#5515
Unify load_from_cache_file
type and logic
#5515
Conversation
* Added logic for cache checking if needed * Updated documentation following the wording of `Dataset.map`
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, thanks! DatasetDict
's methods also need to be updated with the new default value, and then we can merge.
The commit also includes the changes to the |
Oh, indeed. Feel free to mark the PR as "Ready for review" then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ! Just one comment:
Show benchmarksPyArrow==6.0.0 Show updated benchmarks!Benchmark: benchmark_array_xd.json
Benchmark: benchmark_getitem_100B.json
Benchmark: benchmark_indices_mapping.json
Benchmark: benchmark_iterating.json
Benchmark: benchmark_map_filter.json
Show updated benchmarks!Benchmark: benchmark_array_xd.json
Benchmark: benchmark_getitem_100B.json
Benchmark: benchmark_indices_mapping.json
Benchmark: benchmark_iterating.json
Benchmark: benchmark_map_filter.json
|
* Updating type annotations for `load_from_cache_file` * Added logic for cache checking if needed * Updated documentation following the wording of `Dataset.map` Co-authored-by: Mario Šaško <mariosasko777@gmail.com>
* Updating type annotations for `load_from_cache_file` * Added logic for cache checking if needed * Updated documentation following the wording of `Dataset.map` Co-authored-by: Mario Šaško <mariosasko777@gmail.com>
* Updating type annotations for `load_from_cache_file` * Added logic for cache checking if needed * Updated documentation following the wording of `Dataset.map` Co-authored-by: Mario Šaško <mariosasko777@gmail.com>
load_from_cache_file
Dataset.map