Hello,
i want to class a dataset of invoices of different companys with a decision tree. The first step to classifie between “Is it a maintance invoice or not” work, but after it i wann split the amount of the invoices in under 500€ and over 1000€ ? How it works is my question or could it work ?
I am not 100% sure I got your question right, but sounds like you can use a number of nodes for that task. The Rule Engine, Rule-Based Row Filter or the Rule-Based Row Splitter will do the job, depending on your data and what you want to do with it afterwards (i.e. if you need the section you sorted out). Check the Hub to also find example workflows for each node.