pyitlib icon indicating copy to clipboard operation
pyitlib copied to clipboard

A library of information-theoretic methods for data analysis and machine learning, implemented in Python and NumPy.

Results 12 pyitlib issues
Sort by recently updated
recently updated
newest added

Hi @pafoster, I was wondering about the reasoning behind limiting `scikit-learn` version to `

I have a problem running the package on the **Windows** system (on **Mac** and **Linux** it works like a charm). ```python from pyitlib import discrete_random_variable as drv drv.entropy(np.array([1.5,1.4,0.2])) ``` throws...

I am trying to import and use from "pyitlib import discrete_random_variable as drv" but it giving this error. ImportError: numpy.core.multiarray failed to import. Can you please look into this?

Hello, fellow developers! A library I'm working on is dependent on `pyitlib==0.2.2`. Everything works just fine when I install it as a dependency, but when I try to install it...

This module looks to be very well researched and implemented. I was wondering if the authors are aware of and perhaps interested in implementing measures of Multivariate Information proposed in...

Running the example on python 3.9 and Numpy Version: 1.21.5 ``` import numpy as np from pyitlib import discrete_random_variable as drv drv.entropy(['a', 'b', 'a', 'b'], base=np.exp(1)) ``` **TypeError: ufunc 'isnan'...

Hello, Thank you for the nice library! I would like to compute the mutual information between two count random variables. I have read the [documentation](https://pafoster.github.io/pyitlib/) and tried the ML, James-Stein,...

Python 3.7.6 | packaged by conda-forge | (default, Jan 7 2020, 21:48:41) [MSC v.1916 64 bit (AMD64)] Before I go further, I’d like to report this error. I know this...