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.
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.