Skip to content

Call predict of classical ML models with TabularDataset #694

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Right now, a TabularDataset must first be converted to a Table before being passed to predict. This is unnecessary.

Desired solution

  • Allow passing a TabularDataset to predict.
  • Internally, call toTable, if given a TabularDataset.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions