Is your feature request related to a problem?
Functions that compute metrics of a classifier/regressor expect a tagged table. predict specifically forbids tables that include the target column already, so also a tagged table.
Desired solution
Don't raise an error in predict if the input already has the target. Simply overwrite the target column instead.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response