Plugin visibilityCondition and/or statements
williamwirono
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 11 Partner
I was looking through this link and found the example below:
"visibilityCondition" : "model.prediction_type == 'classification'"
If say I wanted to add the case where I want the parameter to show when prediction_type is either classification or regression, can I do that?
Operating system used: Windows
Best Answer
-
maybe you can try
"visibilityCondition" : "model.prediction_type == 'classification' || model.prediction_type == 'regression'"
Answers
-
williamwirono Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 11 Partner
Hi everyone, was wondering if anyone has any insights on this?