Skip to content

Commit f6148a0

Browse files
authored
Update Demo_LDA.py
1 parent d204c13 commit f6148a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo_LDA.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22
from sklearn import datasets
3-
# chaneg this to switch algorithm & types of validation (jho, jkfold, jloo)
3+
# change this to switch algorithm & types of validation (jho, jkfold, jloo)
44
from ML.lda import jloo
55
import matplotlib.pyplot as plt
66
import seaborn as sns
@@ -35,4 +35,4 @@
3535
plt.ylabel('Actual')
3636
plt.xlabel('Predicted')
3737
plt.title('LDA')
38-
plt.show()
38+
plt.show()

0 commit comments

Comments
 (0)