generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context:
Numerblox supports Google Cloud Buckets (GCS) in downloaders and submitters with download_file_from_gcs, upload_file_to_gcs, download_directory_from_gcs and upload_directory_to_gcs. However, it always requires the user to have the Numerai data saved locally first.
Desired behavior:
- Download Numerai data directly to a GCS bucket with any downloader if
directory_pathis prefixed withgs:// - Upload predictions directly from a GCS bucket with any submitter if
directory_pathis prefixed withgs://
Possible bottlenecks:
- For
NumeraiClassicDownloaderthis may require adding a feature tonumerapibefore we can get this working in NumerBlox.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request