I have come across this code and I have seen this unusual operation:
return Xtrain @ eigenvectors[:2]
Does anyone know what it does?
I have come across this code and I have seen this unusual operation:
return Xtrain @ eigenvectors[:2]
Does anyone know what it does?