Skip to content

KamiliArsyad/FDSampleRush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDSampleRush/
│
├── data/                    # Data files
│
├── docs/                    # Documentation for the project.
│   └── (...).md
│
├── notebooks/               # Jupyter notebooks for experiments and analyses.
│   └── (...).ipynb
│
├── src/                     # Source code for the project.
│   ├── func_dependencies/        # Module for generating and managing functional dependencies.
│   ├── normalization/       # Normal forms checking and sampling.
│   └── utils/               # Utility functions and classes used across the project.
│
├── tests/                   # Automated tests
│   ├── func_dependencies/        # Test cases for the functional dependencies module.
│   ├── normalization/       # Test cases for the normalization module.
│   └── utils/               # Test cases for the utility functions and classes.
│
├── .gitignore
├── README.md                # Overview of the project.
└── requirements.txt         # The dependencies file for reproducing the analysis environment, e.g., via pip.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors