Find more posts tagged with
Sort by:
1 - 4 of
41

Well, you can export the tree rules from the description pretty easily as text. After that I think you are going to need some kind of text parsing tool to handle the conversion. You might be able to build this inside RapidMiner if you know all the other parts of the VBA code you need and are comfortable using the Process Documents and related text mining operators, but there may be more direct way of handling this directly within VBA as well (I am no VBA expert either).
RapidMiner is the text operator I am most familiar with. You could try looking at the text processing tutorials on RapidMiner Academy if you want to get a feel for how they work. It sounds like perhaps tokenizing by linguistic sentences may give you the building blocks you would need, but a lot of it would be specific to the format required in your VBA implementation.
Why do you need to implement your DT in an Excel workbook with VBA at all? Once you have built your model, RapidMiner is built to do your scoring for you, just by feeding it the raw data for new cases you can easily output your predictions and confidences directly.
Why do you need to implement your DT in an Excel workbook with VBA at all? Once you have built your model, RapidMiner is built to do your scoring for you, just by feeding it the raw data for new cases you can easily output your predictions and confidences directly.
This post has been closed.
Sort by:
1 - 1 of
11
RapidMiner is the text operator I am most familiar with. You could try looking at the text processing tutorials on RapidMiner Academy if you want to get a feel for how they work. It sounds like perhaps tokenizing by linguistic sentences may give you the building blocks you would need, but a lot of it would be specific to the format required in your VBA implementation.
Why do you need to implement your DT in an Excel workbook with VBA at all? Once you have built your model, RapidMiner is built to do your scoring for you, just by feeding it the raw data for new cases you can easily output your predictions and confidences directly.
Why do you need to implement your DT in an Excel workbook with VBA at all? Once you have built your model, RapidMiner is built to do your scoring for you, just by feeding it the raw data for new cases you can easily output your predictions and confidences directly.
This post has been closed.