-
-
The parameters listed in class, method and function docstrings sometimes are obsolete, misspelled, or missing from the actual call signature. Often the docstring parameter should be removed, but in ot…
-
Hi,
Am trying to install msmbuilder but i keep getting this error:
clang: error: no such file or directory: 'msmbuilder/example_datasets/_muller.c'
clang: error: no input files
error: command 'cc' f…
ghost updated
9 years ago
-
Recent post from Jan in #85 revealing his vision of how monitoring should work
made me think further of what kind of main loop we want to end up with. If we
take the old Groundhog and PyLearn2 main lo…
rizar updated
9 years ago
-
Code to reproduce:
``` python
import sys
import numpy as np
import scipy as sp
import sklearn as sk
import traceback
from sklearn.cluster import KMeans, MiniBatchKMeans
print("python:", sys.version)…
-
There are 2 implementations of KMeans which are much faster that the classical Lloyd's implementation. Esp useful in large datasets.
1. Mini Batch KMeans : http://www.eecs.tufts.edu/~dsculley/papers/…
-
The k-means implementation in scikit-learn does not allow specifying parameters that will run k-means until full convergence (no more change in cluster assignment). Setting tol=0.0 should produce this…
-
Would `sklearn.clustering.SOM` be an acceptable addition to the package?
There are already a few implementations in python:
- http://paraschopra.com/sourcecode/SOM/index.php
- http://www.pymvpa.org/e…
-
I tried to build the scikit-learn docs for version 0.12 using Python 2.7.3 and Sphinx 1.1.3 on OSX 10.8 with the command `make html-noplot` but Sphinx fails with the following stacktrace:
``` python
…
-
The crash:
```
[erg@pliny scikit-learn]$ [master*] nosetests -v
/home/erg/python/scikit-learn/sklearn/feature_selection/selector_mixin.py:7: DeprecationWarning: sklearn.feature_selection.selector_mix…