KDD Cup 1998
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 | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 481
Dataset Files
File | Size |
---|---|
epsilon_mirror/cup98val.txt.Z | 35.2 MB |
epsilon_mirror/cup98val.zip | 35.1 MB |
epsilon_mirror/cup98lrn.txt.Z | 34.9 MB |
epsilon_mirror/cup98lrn.zip | 34.8 MB |
epsilon_mirror/valtargt.txt | 1.1 MB |
0 to 5 of 15
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset kdd_cup_1998 = fetch_ucirepo(id=129) # data (as pandas dataframes) X = kdd_cup_1998.data.features y = kdd_cup_1998.data.targets # metadata print(kdd_cup_1998.metadata) # variable information print(kdd_cup_1998.variables)
Parsa, I. (1998). KDD Cup 1998 [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5401H.
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.