Issue executing the workflow

When I exclude the “Current Overall Grade” column in my KNIME workflow for an academic analytics project, I get an execution error. I tried removing that node as a way to focus solely on behavior predictors. But when I do so, all the downstream ML nodes stop executing & I can’t view the results. I think it is either a configuration conflict or some sort of dependency issue with the learner node. Regardless, when I reset those nodes, the problem continues. In the interim, while attempting to share my .knwf file (I’ve been getting upload errors), I’m posting screenshots

of both the node setups & the specific error messages being shown in the console.

1 Like

@AlejandroGomez1 welcome to the KNIME Forum. The model will only accept double values and normalized ones. Also, you might want to split Target and features when doing so. To get best results and optimization might also help.

2 Likes

You’re getting an execution error when excluding the “Current Overall Grade” column in your KNIME workflow, likely due to a dependency issue with the learner node. This causes downstream nodes to stop executing. Try ensuring the learner node and its dependent nodes are properly configured. If the issue persists, check the error messages in the console and reattempt uploading your .knwf file.

2 Likes