biolab/datasets

Name: datasets

Owner: Bioinformatics Laboratory

Description: null

Created: 2017-02-10 14:14:12.0

Updated: 2017-02-10 14:17:45.0

Pushed: 2018-01-15 08:39:42.0

Homepage: null

Size: 218

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Orange data set repository

A collection of descriptions of data sets that are served in Data Set widget in Orange and programs for generating the descriptions from a given data set.

Each data set is described with a record that contains the following attributes:

Following is an example of description record for the wine data set. Note that the description would most often be longer and would contain at least a paragraph of text:

{
    "name": "wine",
    "title": "Wine tasting",
    "description": "Wine profiling data with attributes from chemical analysis.",
    "collection": "UCI",
    "references": [
        "Smit J, Miles C, Novak J (2016) On health impact of red wine, Altruism 18(3):42-142.",
    ],
    "tags": ["classification", "small"],
    "target": "categorical",
    "version": "1.0",
    "year": 1991,
    "instances": 178,
    "missing": false,
    "variables": 13,
    "source": "https://archive.ics.uci.edu/ml/datasets/Wine",
    "url": "http://my.web.server/wine.xls"
}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.