Badges
Donated on 8/31/1994
Badges labeled with a +" or "-" as a function of a person's name"
Dataset Characteristics
Univariate, Text
Subject Area
Other
Associated Tasks
Classification
Feature Type
-
# Instances
294
# Features
-
Dataset Information
Additional Information
Part of the problem in using an automated program to discover the unknown target function is to decide how to encode names such that the program can be used. The data below are presented in the form of a +/- label followed by the person's name. It is up to the learning-system user to decide how to convert this data into something usable by the system (e.g., what attributes to use if your favorite learner requires feature-vector data).
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no |
0 to 1 of 1
Dataset Files
File | Size |
---|---|
badges.data | 4.9 KB |
badges.info | 1.3 KB |
Index | 110 Bytes |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset badges = fetch_ucirepo(id=11) # data (as pandas dataframes) X = badges.data.features y = badges.data.targets # metadata print(badges.metadata) # variable information print(badges.variables)
Hirsh, H. (1994). Badges [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5XW3C.
Keywords
Creators
Haym Hirsh
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.