jakub-jurek
Results
1
issues of
jakub-jurek
Hello, I think there might be a bug in your linear_discriminant_analysis.py script You are computing # Between class scatter matrix total_mean = np.mean(X, axis=0) S_B = np.empty((n_features, n_features)) for label...