josephsdavid / N2D

Library implementation of https://arxiv.org/abs/1908.05968v5
https://n2d.readthedocs.io/en/latest/
MIT License
23 stars 6 forks source link

Method `preds` appears to return `None` #12

Closed sjmiller8182 closed 4 years ago

sjmiller8182 commented 4 years ago

The method preds appears to return None. After training completes, I see the following

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-221-ff8a0b921241> in <module>
----> 1 clusterer.preds()

TypeError: 'NoneType' object is not callable
sjmiller8182 commented 4 years ago

Mistake on my part: the predict() method had not been called.