Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to read Alteryx tool's parameters from a table?

Atabarezz
13 - Pulsar

Basically I'm looking forward for a way to read tool parameters from a table.

 

The idea is to play with neural net or random forest model parameters and a alike.

My reason to seek for a solution in this are these so called "hyperparameters" which should be updated with an iterative macro

in order to be optimized in an autmatic fashion so that one does not need to play with the parameters and run the models, note down the accuracy and duration, then go back another iteration manually...

 

Best

 

Altan

 

 

1 REPLY 1
chris_love
12 - Quasar
Hi Altan

You should be wrapping the model in a batch macro here. Exposing the inputs
you want to feed in to Control Parameters. You can the pull in the params
from the table, via an interactive macro if you like, and you have what you
need.

Alteryx responds well to nesting macros in this way.

Chris
Labels