Skip to content

flouvat/Sequential-databases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datasets for sequential pattern mining

This project transforms several UCI datasets into sequential databases (sequences of itemsets). The main objective is to have benchmark datasets that can be used for sequential pattern mining. The format of the sequential datasets is the one used by the SPMF library.

The following datasets were transformed:

The "Data/Raw" directory contains original datasets from the UCI archives.

The "Data/CSV" directory contains the datasets in CSV format. Several processing have been done in these datasets (aggregations, removal of bad values, extraction of keywords, etc.). The details can be found in Jupyter Notebook files in the "Code" directory.

The "Data/SPMF" directory contains the preprocessed CSV data transformed in SPMF sequential database format. Since this format only deals with integer values, the initial data has been mapped into integers. The mapping is stored in json files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published