I generated a Decision Tree using Weka-GUI and am trying to use the generated Decision Tree in my Python code.
Is there an option in Python to load the DT model and use it or would I have to train the Decision Tree in Python itself using a weka wrapper?
If you use the same version of Weka in GUI and Python wrapper, you can use the same model.
Here are some details:
Also consider some alternatives:
1.4m articles
1.4m replys
5 comments
57.0k users