
KDD Cup 1998 Data
Donated on 7/19/1998
This is the data set used for The Second International Knowledge Discovery and Data Mining Tools Competition, which was held in conjunction with KDD-98
Dataset Characteristics
Multivariate
Subject Area
Other
Associated Tasks
Regression
Feature Type
Categorical, Integer
# Instances
191779
# Features
-
Dataset Information
Additional Information
Please see associated text files in the download folder.
Has Missing Values?
Yes
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no |
0 to 10 of 481
Download
0 citations
10516 views
Citation
Parsa,Ismail. (1998). KDD Cup 1998 Data. UCI Machine Learning Repository. https://doi.org/10.24432/C5401H.
BibTeX
@misc{misc_kdd_cup_1998_data_129, author = {Parsa,Ismail}, title = {{KDD Cup 1998 Data}}, year = {1998}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5401H} }
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset kdd_cup_1998_data = fetch_ucirepo(id=129) # data (as pandas dataframes) X = kdd_cup_1998_data.data.features y = kdd_cup_1998_data.data.targets # metadata print(kdd_cup_1998_data.metadata) # variable information print(kdd_cup_1998_data.variables)
Creators
Ismail Parsa
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.