This workflow shows an example for the "Parameter Optimization (Table)" component (kni.me/c/dIpKMJbiO-3019eb).
The model used for parameter optimization in this case is Random Forest. The Learner and Predictor nodes are captured with Capture Workflow nodes, exported in the black Workflow Object Port and adopted in the component via a Workflow Executor node. Thus we can use this component with any classification model without making any changes to the component.
A Table Creator is used to pass the parameter range (minimum, maximum, and step size) to be used for optimization. A Variable Creator is used to send the initial set of parameters to the capture node.
The output of the component is a flow variable with the best of parameters. This output flow variable automatically configures another Learner node to train the final model.
STEPS TO FOLLOW TO ADAPT WORKFLOW ON YOUR OWN CLASSIFICATION MODEL:
1. Import your training data with a Reader node
2. Replace the Learner and Predictor nodes with the desired ones with the Capture nodes.
3. Define suitable parameters in the Variable Creator nodes with precise names (they will display in interactive view).
Workflow
Parameter Optimization (Table) Component on MLP
External resources
Used extensions & nodes
Created with KNIME Analytics Platform version 4.6.0
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
Loading deployments
Loading ad hoc executions
Legal
By using or downloading the workflow, you agree to our terms and conditions.
Discussion
Discussions are currently not available, please try again later.