Kamel Ibn Hassen Derouiche
2aa3835d0d
FIX: compilation issues under NetBSD
...
Signed-off-by: Fabian Pedregosa <fabian.pedregosa@inria.fr>
2011-01-04 12:51:28 +01:00
Fabian Pedregosa
72a0c56310
Add support for np.float32 matrices in lars_path.
...
Some single-precision routines have had to be ported from cblas. Later
on we could probably remove most of them since new scipy has
triangular_solve function and cholesky_delete could be implemented in
Python.
2010-11-23 09:35:38 +01:00
Fabian Pedregosa
a79553e56f
More on LARS performance: triangular solving and cholesky deletes.
...
seems to be working ...
2010-09-14 22:45:56 +02:00
Fabian Pedregosa
7171d37eb9
Remove tests that depend on weka.
...
This had no sense anymore, since loadarff is now part of scipy and it
was only making test fail.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@390 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-29 15:38:43 +00:00
Fabian Pedregosa
100202b207
affread is now part of scipy.io.arff
...
From: Fabian Pedregosa <fabian@fseoane.net>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@323 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-06 11:35:40 +00:00
Fabian Pedregosa
759f9c8014
Add scripts for quick and dirty test from java
...
From: cdavid <cdavid@cb17146a-f446-4be1-a4f7-bd7c5bb65646>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@244 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-06 09:25:06 +00:00
Fabian Pedregosa
6e52abe733
Add a small java program to parse arff using weka (meant to be used for testing our arff implementation)
...
From: cdavid <cdavid@cb17146a-f446-4be1-a4f7-bd7c5bb65646>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@242 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-06 09:24:17 +00:00