Azure / Azure/MachineLearningNotebooks
Cache dataset locally
Open
ADO
Data4ML
product-issue
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
I write a score script to be used in a batch scoring pipeline. I can use `ds.to_pandas_dataframe()` to get a dataframe, and by a bit of parameterizing I can run the script both locally and in-the-cloud. But when I run it locally it downloads the dataset every time. It would be nice if it was possible (maybe default off) to cache the dataset locally for faster execution.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.