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
Handlers support particular resource types and depend on their source library (for example pandas in Python and dplyr in R). Different libraries support different resource types so it may be that the resource classes supported by one model as input are not supported by another library.
An interactive function to list the handlers compatible with a particular schema would help model users try out a new model in the REPL.
Handlers support particular resource types and depend on their source library (for example pandas in Python and dplyr in R). Different libraries support different resource types so it may be that the resource classes supported by one model as input are not supported by another library.
An interactive function to list the handlers compatible with a particular schema would help model users try out a new model in the REPL.
Something like
that shows the resource types supported by different handlers
The text was updated successfully, but these errors were encountered: