Pete Bleackley

Results 4 comments of Pete Bleackley

I have also been trying to adapt audiotools to work with streaming media. My use case is to decode a podcast for transcription. My fork is at https://sourceforge.net/u/petebleackley/audiotools/ and I...

I've generally used MI on discrete data in the past, but I find information theory based algorithms interesting in general. I'll have to comment out line 22 to test -...

I've started doing some testing on the Boston dataset, and it looks like we need to use sklearn.utils.multiclass.type_of_target to determine whether to use mutual_info_classif or mutual_info_regression

I could contribute a method to calculate Mutual Information between pairs of columns in a DataFrame, if you like.