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: 

Does Databricks AutoML support multi-target/multi-output classification?

spearitchmeta
New Contributor II

Hi Databricks community,

I'm working on a classification problem where I need to predict 50 different target columns simultaneously using the same input features (X), commonly known as multi-target or multi-output classification.

My question: Does Databricks AutoML currently support multi-target classification, or is it limited to single-target prediction? (whether using WebUI or API)

Background:

  • I have a dataset with the same feature set (X) that needs to predict multiple binary/categorical outcomes (50 Y columns)
  • In traditional ML frameworks like scikit-learn, this is handled using MultiOutputClassifier or algorithms that natively support multiple outputs
  • The AutoML UI and API documentation seems to only reference selecting a single "prediction target" column

Current workarounds I'm considering:

  1. Running 50 separate AutoML experiments (one per target)
  2. Using Databricks ML Runtime directly with scikit-learn's MultiOutputClassifier
1 ACCEPTED SOLUTION

Accepted Solutions

spearitchmeta
New Contributor II

Long story short after lots of research: No.. Sadly this is not possible. Yet  the two mentioned options could be considered as workaround

View solution in original post

2 REPLIES 2

spearitchmeta
New Contributor II

Long story short after lots of research: No.. Sadly this is not possible. Yet  the two mentioned options could be considered as workaround

szymon_dybczak
Esteemed Contributor III

Thanks for sharing the outcome of your research @spearitchmeta. The knowledge that something is not possible is also really valuable 🙂

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