Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

The score method does not output predictions #4

@sahbic

Description

@sahbic

Issue

The score method of models and pipeline does not output the actual predicted values

Actual behavior

score method returns a Series of metric results:

image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions