Plugin visibilityCondition and/or statements

Options
williamwirono
williamwirono Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 9 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

  • NN
    NN Neuron, Registered, Neuron 2022, Neuron 2023 Posts: 145 Neuron
    edited July 17 Answer ✓
    Options

    maybe you can try

    "visibilityCondition" : "model.prediction_type == 'classification' || model.prediction_type == 'regression'"

Answers

Setup Info
    Tags
      Help me…