aiondemand / AIOD-rest-api

Services for the core of AIoD: Authentication and the metadata catalogue with REST API.
https://api.aiod.eu
MIT License
10 stars 7 forks source link

Field to save actual MLModel code #248

Open Taniya-Das opened 10 months ago

Taniya-Das commented 10 months ago

202

Currently openml mlmodel code is the model name. We should find a better way to save the actual ML model code. Normally, the actual code should be in the distribution. For some resources (e.g. EducationalResource) we have a .content string. I don't think we should add that to MLModel, it's non-sensical for most MLModels to have a "content" string.

PGijsbers commented 4 days ago

So this should be addressed as part of the metadata schema design, correct?

Taniya-Das commented 4 days ago

Yes, this needs to be addressed else we will not be able to fetch many of the OpenML pipelines.

PGijsbers commented 4 days ago

Could you ask Antonis about it then?