-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
random forest: providing training job with aggregator job id fails #70
Comments
FYI: the If that job-id is used as reference for loading a ML model, the aggregator should strip it away again when forwarding to the upstream back-end. So I think this is an aggregator bug. |
soxofaan
added a commit
that referenced
this issue
Sep 15, 2022
soxofaan
pushed a commit
that referenced
this issue
Sep 15, 2022
soxofaan
added a commit
that referenced
this issue
Sep 15, 2022
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When referencing a random forest by job id, this doesn't work:
training_job = c.job("vito-j-cc66a593416043468e4c5ca83ef90b28")
it gives an error when trying to apply random forest.
This does work:
training_job = c.job("j-cc66a593416043468e4c5ca83ef90b28")
probably the 'vito-' prefix needs to be stripped automatically.
The text was updated successfully, but these errors were encountered: