
KDD Cup 1999 Data
Donated on 12/31/1998
This is the data set used for The Third International Knowledge Discovery and Data Mining Tools Competition, which was held in conjunction with KDD-99
Dataset Characteristics
Multivariate
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
Categorical, Integer
# Instances
4000000
# Features
-
Dataset Information
Additional Information
Please see task description.
Has Missing Values?
No
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 42
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset kdd_cup_1999_data = fetch_ucirepo(id=130) # data (as pandas dataframes) X = kdd_cup_1999_data.data.features y = kdd_cup_1999_data.data.targets # metadata print(kdd_cup_1999_data.metadata) # variable information print(kdd_cup_1999_data.variables)
Stolfo,Salvatore, Fan,Wei, Lee,Wenke, Prodromidis,Andreas, and Chan,Philip. (1999). KDD Cup 1999 Data. UCI Machine Learning Repository. https://doi.org/10.24432/C51C7N.
@misc{misc_kdd_cup_1999_data_130, author = {Stolfo,Salvatore, Fan,Wei, Lee,Wenke, Prodromidis,Andreas, and Chan,Philip}, title = {{KDD Cup 1999 Data}}, year = {1999}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C51C7N} }
Creators
Salvatore Stolfo
Wei Fan
Wenke Lee
Andreas Prodromidis
Philip Chan
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.