@jkibiki wrote:
Hi Community,
I've playing around with AutoML and started with a simple forecast for Databricks samples.
I used a copy of table samples.tpch.orders.
To my supprise only integer types were available as Predicat Target.
The field I was interested in forecasting, i.e o_totalprice ~ revenue was was listed and of type decimal.
I did not find any reference that predicate target field should be an int.
Hello,
It seems that AutoML in Databricks currently supports only integer types as prediction targets for forecasting. This limitation might be why you're unable to use the o_totalprice field directly.
You might consider converting your target field to an integer format if possible, or exploring other machine learning tools that support decimal types for forecasting.
Best Regards,
James Henry