We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d204c13 commit f6148a0Copy full SHA for f6148a0
Demo_LDA.py
@@ -1,6 +1,6 @@
1
import numpy as np
2
from sklearn import datasets
3
-# chaneg this to switch algorithm & types of validation (jho, jkfold, jloo)
+# change this to switch algorithm & types of validation (jho, jkfold, jloo)
4
from ML.lda import jloo
5
import matplotlib.pyplot as plt
6
import seaborn as sns
@@ -35,4 +35,4 @@
35
plt.ylabel('Actual')
36
plt.xlabel('Predicted')
37
plt.title('LDA')
38
-plt.show()
+plt.show()
0 commit comments