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
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
However, it cannot be applied to a dataframe d1-m:
$ mlem apply my_func d1-m --output of
⏳️ Loading data from d1-m.mlem
⏳️ Loading model from my_func.mlem
🍏 Applying `predict` method...
❌ Unexpected error: 'predict'
Use the --tb or --traceback option to include the traceback in the output
Please report it here: <https://github.com/iterative/mlem/issues>
How to do that properly?
The text was updated successfully, but these errors were encountered:
$ mlem apply my_func1 d1-m --output of --method __call__
⏳️ Loading data from d1-m.mlem
⏳️ Loading model from my_func1.mlem
🍏 Applying `__call__` method...
💾 Saving data to of.mlem
I'm creating a callback "model":
However, it cannot be applied to a dataframe
d1-m
:How to do that properly?
The text was updated successfully, but these errors were encountered: