Git Product home page Git Product logo

Comments (11)

Branko-Dj avatar Branko-Dj commented on June 19, 2024 1

FIXED! We added new datasets from open-ml at datahub.io/machine-learning and wrote a blog post about ARFF format specifically https://datahub.io/blog/attribute-relation-file-format-arff

from datahub-qa.

HeidiSeibold avatar HeidiSeibold commented on June 19, 2024

You can for example use any data set from OpenML and extract the relevant info to create the data package.

Example in R:

library("OpenML")
eyedat <- getOMLDataSet(data.name = "eeg-eye-state")
str(eyedat)

The same can be done in python, java, ... (whatever you prefer, see OpenML website).

from datahub-qa.

rufuspollock avatar rufuspollock commented on June 19, 2024

@HeidiSeibold great. Do you have any recommendations on a top-5 "getting started" datasets you'd recommend for us to data package?

from datahub-qa.

HeidiSeibold avatar HeidiSeibold commented on June 19, 2024

There is a collection called OpenML 100 with interesting (classification) data sets. It was collected as a quick way to do benchmarking with OpenML.

Maybe the first 5 of those 😉

from datahub-qa.

rufuspollock avatar rufuspollock commented on June 19, 2024

@HeidiSeibold thanks - if you have any tips on which ones you'd especially recommend let us know.

@Mikanebu please take a look through these datasets and see how they work and if there any that you think would be good

From my own quick browse i found:

from datahub-qa.

Mikanebu avatar Mikanebu commented on June 19, 2024

@rufuspollock ok, I will take a look

from datahub-qa.

rufuspollock avatar rufuspollock commented on June 19, 2024

Also found https://archive.ics.uci.edu/ml/datasets.html

from datahub-qa.

rufuspollock avatar rufuspollock commented on June 19, 2024

@HeidiSeibold we've started data packaging some machine learning datasets here http://datahub.io/machine-learning

Any feedback or suggestions for next steps would be very welcome 😄

from datahub-qa.

HeidiSeibold avatar HeidiSeibold commented on June 19, 2024

Cool, thanks 🎉 . So there is at least one data set that is both in your collection as well as on OpenML:

I guess a first step now would be to check:

  • which fields in the datapackage correspond to which fields in the ARFF file / XML file.
  • if there is any information in the ARFF file / XML file that we cannot get from the data package.

Is the R package for data packages stable yet? That would make it very easy because then we could just convert between the file formats in R, I think.

from datahub-qa.

HeidiSeibold avatar HeidiSeibold commented on June 19, 2024

Awesome, thanks @Branko-Dj! Do you have code for the transformation from ARFF to data package that we could share?

from datahub-qa.

Branko-Dj avatar Branko-Dj commented on June 19, 2024

@HeidiSeibold Currently we would do it by transforming arff file to csv by using pre-existing scripts (https://github.com/haloboy777/arfftocsv for example) and then create data package for the csv file.

from datahub-qa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.