LDA/PCA understanding the slicing
in
Linear Algebra and Feature Selection
/
Analysis of the Training and Testing Times for the Classifier and Its Accuracy
Could you please explain a[2] and b[2] please? Thank you.
1 answers ( 0 marked as helpful)
Hi Swapnil!
Thanks for reaching out!
In the previous lesson, we created two lists. Here, a[2] and b[2] are the 3rd elements from the first and the second lists respectively. These are y_pred_lda and y_pred_pca.
Hope this helps.
Best,
Ivan