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
I was trying to run the following command MLJ.predict(mach, (data = periodic_X, idx=params.best_idx)) taken from this library's basic tutorial but ran into the following error:
What happened?
Hello!
I was trying to run the following command
MLJ.predict(mach, (data = periodic_X, idx=params.best_idx))
taken from this library's basic tutorial but ran into the following error:It is worth noting that
periodic_X
is of type Matrix{Float64} andmach
is my fitted model. Any chance you've seen this before?Best,
Kevin
Version
0.22.2
Operating System
macOS
Interface
Script (i.e.,
python my_script.py
), Julia REPLRelevant log output
Extra Info
No response
The text was updated successfully, but these errors were encountered: