Hi Immanuel. When I worked on that, I used hdf5 files. I think it is the best way to communicate with mldata. Maybe try h5py <http://h5py.alfven.org/docs-2.0/intro/quick.html>.Documentation for the mldata interface is here <https://mldata.org/about/hdf5/>.
You should not include the training/test splits in the datasets, but rather create a "task" for that. Including the training/test splits will mess with the automatic conversions. Hope that helps. Cheers, Andy Am 13.06.2012 14:11, schrieb Immanuel B:
Hello, I was going to upload some of the data sets listed here: https://github.com/scikit-learn/scikit-learn/wiki/Setting-up-tests-to-benchmark-current-and-future-code to mldata.org so make them easily available in scikit-learn. The problem is that I can't find much information on how mldata.org parses the uploaded data or how to make data available in different formats. So I just uploaded the data in the supported RData format, but that didn't do much good. I also had a look at mldata-util (http://mloss.org/software/view/262/) but couldn't find any useful documentation either. Does someone know how to upload the data so that it can be retrieved using fetch_mldata() ? Thanks, Immanuel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
