The import method doesn't support sparse representations:

"

This function should be able to read most arff files. Not implemented
functionality include:

date type attributes

string type attributes

It can read files with numeric and nominal attributes. It cannot read files
with sparse data ({} in the file). However, this function can read files
with missing data (? in the file), representing the data points as NaNs.

"

I think we want to tackle that final mile. Maybe this is better as a commit
to scipy?



On Tue, Mar 5, 2013 at 8:59 AM, Lars Buitinck <l.j.buiti...@uva.nl> wrote:

> 2013/3/5 Rob Zinkov <cfour...@gmail.com>:
> > We really should have this support within the library. Does it make
> sense to
> > just use the functionality in the arff-package?
>
> Is it better than the one in scipy.io?
>
> --
> Lars Buitinck
> Scientific programmer, ILPS
> University of Amsterdam
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to