2012/9/3 Analytic Bastard <[email protected]>: > Hi Olivier, > > Yes that is the coefficient/statistic. Fukumizu, Gretton and coworkers also > have one based on RKHS covariance operators. > > It would be useful to test whether any classification or regression problem > can be tractable. After all, if two variables are independent, it won't be > possible to try to classify or do regression with them. > > In any case, I am willing to implement any desired feature that is already > listed.
You can have a look at: https://github.com/scikit-learn/scikit-learn/issues in particular: https://github.com/scikit-learn/scikit-learn/issues?labels=Easy&page=1&state=open Also it is always appreciate to get more people reviewing / commenting existing pull requests: https://github.com/scikit-learn/scikit-learn/pulls It's a good way to get started with the sklearn code base and how the contribution process work in practice. If you plan to start contributing on one of the issues or the distance correlation stuff, please start by reading: http://scikit-learn.org/dev/developers/index.html Best, -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
