Closed sjmiller8182 closed 4 years ago
The method preds appears to return None. After training completes, I see the following
preds
None
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-221-ff8a0b921241> in <module> ----> 1 clusterer.preds() TypeError: 'NoneType' object is not callable
Mistake on my part: the predict() method had not been called.
predict()
The method
preds
appears to returnNone
. After training completes, I see the following