Is it possible to make data driven like approach for passing rules in KNIME?

While creating decision tree or any algorithmn, I want the rules to be passed from a json file. I dont want to configure it manually in KNIME UI. Is it possible?

Sure, you can pass rules during runtime with the β€œRule Engine (Dictionary)” node:

For parsing JSON, there are dedicated nodes as well which you can use to convert your rules to the necessary input format for the Rule Engine node.

– Philipp

2 Likes