-
- Downloads
Change the algorithm used in neighbors.barycenter.
Use the more stable SVD via a constrained least squares. This avoids the use of regularization, so parameter eps was removed. Details are give in doc/developers/
Showing
- doc/developers/neighbors.rst 69 additions, 0 deletionsdoc/developers/neighbors.rst
- doc/index.rst 1 addition, 0 deletionsdoc/index.rst
- scikits/learn/neighbors.py 32 additions, 43 deletionsscikits/learn/neighbors.py
- scikits/learn/tests/test_neighbors.py 16 additions, 19 deletionsscikits/learn/tests/test_neighbors.py
Loading
Please register or sign in to comment