Multiple variables in clustering model charts for comparison

Solved!
Filip_Pejsa
Level 2
Multiple variables in clustering model charts for comparison

I would like to add a boxplot charts with multiple Legends & multi variables to MLAuto Cluster. However, IT seems the DSS chart function does not support it (Only Single Legend - single variable )

Any way to build a custom chart (e.g. by a python script) for clustering model comparison ?


Operating system used: Windows 10

0 Kudos
1 Solution
Emma
Dataiker

Hey @Filip_Pejsa ,

If the built-in charts are not sufficient for your needs you can always create custom charts using python!

The first step is to deploy your AutoML model onto the Flow. 

Once deployed on the Flow you can interact directly with the saved model object OR apply it to a dataset so that you build your custom python charts off the results. 

You can even save those custom charts as "Insights" that can be reused across Dashboards, etc. More info here: https://doc.dataiku.com/dss/latest/python-api/static_insights.html 

Hope that helps, 

Emma 

View solution in original post

0 Kudos
1 Reply
Emma
Dataiker

Hey @Filip_Pejsa ,

If the built-in charts are not sufficient for your needs you can always create custom charts using python!

The first step is to deploy your AutoML model onto the Flow. 

Once deployed on the Flow you can interact directly with the saved model object OR apply it to a dataset so that you build your custom python charts off the results. 

You can even save those custom charts as "Insights" that can be reused across Dashboards, etc. More info here: https://doc.dataiku.com/dss/latest/python-api/static_insights.html 

Hope that helps, 

Emma 

0 Kudos

Labels

?
Labels (1)
A banner prompting to get Dataiku