ChanServ changed the topic of #mlpack to: Due to ongoing spam on freenode, we've muted unregistered users. See http://www.mlpack.org/ircspam.txt for more information, or also you could join #mlpack-temp and chat there.
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
rcurtin has quit [Ping timeout: 255 seconds]
rcurtin has joined #mlpack
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
xa0 has quit [Excess Flood]
vivekp has quit [Ping timeout: 252 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 252 seconds]
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#5460 (master - f829451 : Ryan Curtin): The build was fixed.
exio427 has quit [Remote host closed the connection]
Jovan23 has joined #mlpack
Jovan23 has quit [Ping timeout: 264 seconds]
abhishek-31 has joined #mlpack
abhishek-31 has quit [Client Quit]
ForexTrader has joined #mlpack
ForexTrader has quit [Remote host closed the connection]
bs20 has joined #mlpack
bs20 has quit [Remote host closed the connection]
cult- has joined #mlpack
< cult->
sometimes the eigen values are changing signs all together in the matrix while using the pca implementation. why?
< rcurtin>
which solver are you using?
< rcurtin>
which solver are you using?
< cult->
i am using the defauult exact_svd_method policy
< cult->
*default
< cult->
centering doesn't seem to help. which one should i use if i am facing with this kind of error?
< zoq>
The default method is based on SVD which itself provides no means for assessing the sign (the sign is cancel out in the SVD formula), so you are right the signs of the eigenvectors are arbitrary. But I don't see an issue here except that the interpretation isn't that clear.
< zoq>
We could flip the sign based on the largest value of u or v, this is what scikit does to return the same results.