Closed johndelker closed 9 months ago
It said to use classifier.predict() to classify new predictions, but there is no predict() method on Classifier. It should be classifier.classify().
Thank you, it is now fixed by #20
It said to use classifier.predict() to classify new predictions, but there is no predict() method on Classifier. It should be classifier.classify().