I want to convert the decision tree description into VBA for an Excel sheet.

HacHac Member Posts: 9 Newbie
edited July 2020 in Help
Has this been done? If so, can you point me in the right direction?  I am not an experienced VBA person.

Best Answer

Answers

  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    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).
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
  • HacHac Member Posts: 9 Newbie
    I have extracted the text with no problem.  I am not used the text mining operators in Rapid Miner and did not think that would be an option.  The good part is that the tree description is short. Any recommendations  for a text parsing tool?
  • HacHac Member Posts: 9 Newbie
    Please close this discussion.
This discussion has been closed.