-
This is an entrance task for the fundamental machine learning algorithms GSoC project http://www.shogun-toolbox.org/page/Events/gsoc2014_ideas#fundamental.
- Implement a KDE class inside the distribut…
-
*Issue migrated from trac ticket # 2031*
**milestone:** HeuristicLab 3.3.11 | **component:** Analysis | **priority:** medium | **resolution:** done
#### 2013-04-10 12:28:55: @Shabbafru created the i…
-
Currently, Stats.jl and Distributions.jl are two major packages of the statistics eco-system. Since these two packages are quite related, there would be issues about what go where.
Here, I just propo…
-
A more formal method for doing heatmaps, probably more performance-intensive than what this has right now, but possibly more readable/informative?
http://en.wikipedia.org/wiki/Kernel_density_estimati…
tmcw updated
10 years ago
-
**Reported by rcurtin on 4 Nov 41689180 10:25 UTC**
This is an idea James proposed in #118, and I like it. I changed the punctuation slightly to match what we already have.
```
class MLmethod {
pu…
-
It would be nice to get this released under an opensource license. :)
-
When I run try to run `seaborn.kdeplot([1, 2, 3])`, I get the following error:
```
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/seaborn/distributions.py", line 71…
-
I am in the process of doing some refactoring of the Stats.jl package.
kernel density estimation is mostly data statistics. It does not directly related to a parametric distribution.
Therefore, I t…
-
Scikit-learn 0.14 includes a new Ball Tree and KD Tree which implement a number of generalized N-body routines. These could be used to enhance the astroML examples in the following cases:
- Faster ke…
-
Copying the [question](http://sourceforge.net/mailarchive/message.php?msg_id=31727995) which I asked on sklearn mailing list
Hi,
I am using kmean++ to cluster my data series. From my domain expertis…