Closed CCLynch closed 2 years ago
cl_bayes.py trains simple LDA, QDA, and GaussianNB classifiers then plots their decision boundaries, ROC and DET curves.
cl_bayes.py
I haven't yet updated the markdown doc for the bayesian classifiers, and I want to add confusion matrices to my script.
Looks good to me
looks good
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.