Follow all the steps carefully
This project requires python 3.6 or greater and also use virutalenv
- Installing virtualenv
sudo pip3 install virtualenv
- Clone the repo
git clone https://github.com/Saivivek-Peddi/ml_horizontal_partitioning.git
- CD into the project directory
cd ml_horizontal_partitioning
- Create a virtualenv and start it
virtualenv venv && source venv/bin/activate
- Install all the requirements
pip install -r requirements.txt
- I will update this soon.
Distributed under the MIT License. See LICENSE
for more information.
Sai Vivek Peddi - svpeddi@ucdavis.edu