mchowdh200 / samplot-ml

MIT License
22 stars 4 forks source link

Support for Google Cloud Storage? #6

Open pbilling opened 2 years ago

pbilling commented 2 years ago

I was made aware that you can run Samplot-ML on Google Cloud Platform (https://docs.google.com/document/d/1EfrNv6Y5aGDbQ3Je5jBI83owdOveVbmqIP6fuCDmEEw), but from the workflows/conf/samplot-ml-predict.yaml config file it looks like only local and S3 storage are supported. Is Google Cloud Storage supported as well?

mchowdh200 commented 2 years ago

Hi pbilling! Out of the box it does not, but it would not be to difficult to implement.

I don't use google cloud myself, so I wouldn't know the exact commands to use myself, but I am open to accepting a pull request for an implementation

pbilling commented 2 years ago

Great, thanks @mchowdh200! Looks simple enough, I'll see about adding GCP support.

Best, Paul