To set up the project and install the required dependencies, follow these instructions:
-
Clone the repository:
git clone https://github.com/your-username/pull-request-prediction.git cd pull-request-prediction -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux
source venv/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Unzip 'gerrit_eclipse.csv.gz':
gunzip gerrit_eclipse.csv.gz