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 was archived by the owner on Feb 5, 2025. It is now read-only.
The score method of models and pipeline does not output the actual predicted values
Actual behavior
score method returns a Series of metric results:
Suggestions:
Option 1:
Change the score method to output a table of the results.
For CAS backend, it can be the name of the casout table as an additional value in the results table
Option 2:
Keep the behavior of score method as is, and add a predict method (similar to sklearn syntax) that outputs a table of the results