cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

AutoML forecast only supports integers as predicate target ?

jkibiki
New Contributor

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.

jkibiki_0-1729600390065.png

I did not find any reference that predicate target field should be an int.

 

 

2 REPLIES 2

jamesl
Databricks Employee
Databricks Employee

Hi @jkibiki ,

It looks like decimal type is supported in 11.3 LTS ML and above -- https://docs.databricks.com/en/machine-learning/automl/automl-data-preparation.html#supported-data-f...

Let me know if that doesn't resolve your issue.

-James

james598henry
New Contributor II

 


@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.

jkibiki_0-1729600390065.png

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

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now