holoclean
A Machine Learning System for Data Enrichment.
File Explorer
Download Latest Version (.zip)- __init__.py
- dataset.py
- dbengine.py
- table.py
- __init__.py
- constraint.py
- dcparser.py
- __init__.py
- detect.py
- detector.py
- errorloaderdetector.py
- nulldetector.py
- violationdetector.py
- __init__.py
- logistic.py
- naive_bayes.py
- __init__.py
- domain.py
- estimator.py
- __init__.py
- eval.py
- .gitignore
- holoclean_repair_example.py
- holoclean_repair_example_db.py
- start_example.sh
- __init__.py
- constraintfeat.py
- featurized_dataset.py
- featurizer.py
- freqfeat.py
- initattrfeat.py
- initsimfeat.py
- langmodelfeat.py
- occurattrfeat.py
- __init__.py
- learn.py
- __init__.py
- repair.py
- Adult1100.csv
- Adult20.csv
- Adult500.csv
- adult_constraints.txt
- AdultFull.csv
- flight.csv
- flight_clean.csv
- hospital.csv
- hospital_100.csv
- hospital_100_clean.csv
- hospital_clean.csv
- hospital_constraints.txt
- met_1000.csv
- met_constraints.txt
- test_errorsloaderdetector.py
- __init__.py
- start_test.sh
- test_holoclean_repair.py
- testutils.py
- .gitignore
- .travis.yml
- __init__.py
- create_db_ubuntu.sh
- create_pd_user_ubuntu.sh
- holoclean.py
- LICENSE
- README.md
- requirements.txt
- set_env.sh
- utils.py
# Installation Guide
1. Get the code
git clone https://github.com/HoloClean/holoclean
Downloads the entire project code from GitHub to your computer.
cd holoclean
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install virtualenv
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
