Omri Treidel

Results 7 issues of Omri Treidel

I created a new virtual environment and tried to install the requirement via `pip install -r requirements.txt` On ububtu 16.04 and python 2.7.12. the error: Collecting ipython>=2.0 (from -r requirements.txt...

I have a `kde::UnivariateKDE` which is non-negative. Constructing `ik = InterpKDE(kde)` results in undefined grid. Even worse, calling `pdf(ik, x)` sometimes return negative values.

bug

Is there a plan/objection to implement Thining, Skeletonozation and pruning as part morphological operations?

enhancement

It would eb handy to have a utility to measure the non-gaussianity of an empirical distribution. This can be done by estimating the mean and variance of the empirical distribution...

It is important to know when two or more features carry the same information and/or are highly correlated. It would be great to have some utility functions for computing mutual...

In some case it is worth keeping the correlation between 2 features by using a 2D KDE in the NaiveBayes. This needs to be supported.

Due to a bug in KernelDensity [here](https://github.com/JuliaStats/KernelDensity.jl/issues/39) there is also a problem with loading a Hybrid model. Once this is fixed the method `to_range` in hybrid.jl should be fixed as...