Re: [scikit-learn] Google Cloud ML Error

2019-01-25 Thread Bill Ross
I'm a kibitzer who never ran it myself, just a compulsive debugger looking at a basic possibility.Bill Original message From: Liam Geron Date:01/25/2019 12:16 PM (GMT-08:00) To: Scikit-learn mailing list Subject: Re: [scikit-learn] Google Cloud ML Error As in update

Re: [scikit-learn] Google Cloud ML Error

2019-01-25 Thread Liam Geron
As in updated the sklearn module or the joblib module? I'm currently running sklearn on 0.19.1 and joblib on 0.13.1. Do I need to be running them on a specific version? On Fri, Jan 25, 2019 at 2:35 PM Bill Ross wrote: > Have you updated the project since this: > > Since joblib is involved here a

Re: [scikit-learn] Google Cloud ML Error

2019-01-25 Thread Bill Ross
Have you updated the project since this: Since joblib is involved here as well, I'd look at that checkin. Joblib expects there to be a model, maybe it is just configure to look in the wrong place. On 1/25/19 10:54 AM, Liam Geron wrote: No such luck, the file doesn't seem to exist. Here's the

Re: [scikit-learn] Google Cloud ML Error

2019-01-25 Thread Liam Geron
No such luck, the file doesn't seem to exist. Here's the output on my local:* "ls: /tmp/model/0001/model.joblib: No such file or directory"* and *"/tmp/model/0001/model.joblib: cannot open `/tmp/model/0001/model.joblib' (No such file or directory)"* and on the cloud shell: *"ls: cannot access '/t

Re: [scikit-learn] Google Cloud ML Error

2019-01-25 Thread Bill Ross
Dumb generic cross-check from supporting compchem code in the day: What do these give? Might yield a clue, e.g. all model files seeing this got corrupted somehow. $ file */tmp/model/0001/model.joblib* *$ ls -l ***/tmp/model/0001/model.joblib** ** ** On 1/25/19 9:26 AM, Liam Geron wrote: Hi

[scikit-learn] Google Cloud ML Error

2019-01-25 Thread Liam Geron
Hi scikit learn contributors, I am currently attempting to transfer our preexisting models into cloud ML for scalability, however I am encountering bugs while running through some tutorial code found here ( https://github.com/GoogleCloudPlatform/cloudml-samples/blob/master/sklearn/notebooks/Online