-
Notifications
You must be signed in to change notification settings - Fork 7
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
OpenML connector for MLModels #202
Conversation
ToDo (after PR #204 approval):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good, some comments. While running it, we got a weird KeyError: 'last_id'
error, let's see if we can fix that as well.
…odel_connector sync
added .gitkeep again
adding gitkeep again
To resolve 'last_id' error, handled cases when the item is ResourcewitrhRelations type or RecordError type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two comments, other than that I'd be happy to merge!
I don't think there is value already in this functionality (I don't think the user can use the current metadata), but it's fine for a start.
We might deploy this on the aiod-dev instance, and discuss integration with RAIL.
…/aiondemand/AIOD-rest-api into feature/openml_mlmodel_connector chmod +x mlmodels.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me
OpenML connector for fetching OpenML flows to AIoD ml models.
Note: