2012/9/3 Analytic Bastard <[email protected]>: > Hi guys, > > My name is Javier and I am a machine learning researcher. > > Currently, I am learning Python and found out this excellent package. I > would like to contribute by implementing any planned feature and by > implementing some ideas such as a non-linear correlation coefficient by > SZÉKELY and RIZZO.
Hi Javier, I assume you are referring to http://en.wikipedia.org/wiki/Distance_correlation ? If so it could probably fit in the sklearn.metrics.pairwise module. Do you have any application in mind? Would this useful for building an affinity matrix for clustering of time series data for instance? -- 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
