Approach 1: Build a Workflow
We use cross-validation sets and grid search to find the best parameter in some of the
AutoML operators. They are tuned in the modeling operators: AutoML logistic regression, AutoML Random Forest, and AutoML Gradient boosting trees. We can achieve the same with other regular operators by using the same ML operator multiple times in a workflow and passing a different range of values to get the best possible output.
Approach 2: Python code
We can write a python code in Team Studio's python notebook that can find hyperparameters and call them in the workflow using a Python Execute operator.