You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenML has more than one file associated to a model computed by a run in its output files e.g.: model_readable, model_serialized.
How do we tackle this?
Simply by asserting more than one assertion on models being produced by the run?
E.g.:
run1 mls:hasOutput model_readable1 .
run1 mls:hasOutput model_serialized1 .
The text was updated successfully, but these errors were encountered:
OpenML has more than one file associated to a model computed by a run in its output files e.g.: model_readable, model_serialized.
How do we tackle this?
Simply by asserting more than one assertion on models being produced by the run?
E.g.:
run1 mls:hasOutput model_readable1 .
run1 mls:hasOutput model_serialized1 .
The text was updated successfully, but these errors were encountered: