Reputation:
I have Orange3 installed with Python 2.7 32-bit on a Windows 10 OS. Everything seems to work okay and I have trained a Classification Tree and now want to save the model. When I add the Save Classifier widget and connect it to the Classification Tree, I cannot enter a File name. I've tried retraining the model with the Save Classifier widget attached, but still nothing. I have a Classification Tree Viewer attached and it works fine okay. Any suggestions on how I can create a .pickle file of my Classification Tree?
Upvotes: 0
Views: 377
Reputation:
I figured out how to save a .pickle file with the Save Classifier. I "primed" the directory with a file I renamed to have the file type .pickle. Then the Orange Save Classifier allowed me to search and find this existing .pickle file and overwrite it. It works fine now.
Upvotes: 0