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