ds5110 / faces

3 stars 0 forks source link

Add cl_bayes.py to src #14

Closed CCLynch closed 1 year ago

CCLynch commented 1 year ago

Current Work:

cl_bayes.py trains simple LDA, QDA, and GaussianNB classifiers then plots their decision boundaries, ROC and DET curves.

Further work:

I haven't yet updated the markdown doc for the bayesian classifiers, and I want to add confusion matrices to my script.

sophiacofone commented 1 year ago

Looks good to me

ZongyuWu97 commented 1 year ago

looks good