Anirud Thyagharajan
Anirud Thyagharajan
Does `rpi-update` have any logging mechanism, or is it directly to `stdout`? I went through the README, but couldn't find any. Wouldn't it be good to have a temporary log...
Hi, Is there any roadmap for adding a get_statistics() function, like the one that Shogun offers, which helps us to get the statistics of a certain model? It could be...
Hey! https://github.com/agyorev/Eigenfaces/blob/master/eigenfaces.py#L89 With respect to the energy wise implementation, ideally the eigenvalues could be even negative, so shouldn't the eigenvalues be chosen according to their energies, and not simply their...
Hi, I wanted to set up a working QUIC server and client system working. I have used this repository's server as my QUIC server, bootstrapping it over a _SimpleHTTPServer_ in...