LSSTDESC / parsnip

Deep generative modeling of astronomical transient light curves
MIT License
8 stars 10 forks source link

Fixed mislabeled method name in usage documentation page #16

Closed johndelker closed 9 months ago

johndelker commented 1 year ago

It said to use classifier.predict() to classify new predictions, but there is no predict() method on Classifier. It should be classifier.classify().

hombit commented 9 months ago

Thank you, it is now fixed by #20