Open datengefluester opened 4 years ago
I have pretty much the same problem. I would be very much interested to see a resolution.
the error comes from "runtimeVersion: 2.2"
as specified on https://cloud.google.com/ai-platform/training/docs/reference/rest/v1/projects.jobs#traininginput
you have to pass 2.2 as a string therefore use the following: runtimeVersion: "2.2"
@data-vader This solved the issue! Thank you so much!
Hi, I am trying to reproduce a tutorial for the package, which I found on youtube. However, when I try to submit a training file, I get the following error:
so far my toy code looks as follows:
where 'test.R' is basically the toy example from the 'xgboost' package:
the cloudml.yml contains the following (deleting everything but runtime, which is needed to prevent another error, does not solve the issue):
Here's some session info (I tried R 3.4.4 earlier but I got the same error):
Any idea of what's wrong?