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 | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 42
Dataset Files
File | Size |
---|---|
task.html | 10 KB |
kddcup99.html | 2.4 KB |
kddcup.names | 1.3 KB |
typo-correction.txt | 825 Bytes |
training_attack_types | 272 Bytes |
0 to 5 of 11
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, S., Fan, W., Lee, W., Prodromidis, A., & Chan, P. (1999). KDD Cup 1999 Data [Dataset]. UCI Machine Learning Repository. 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.