Skip to content

EriCreator/pr-prediction

Repository files navigation

Pull Request Prediction

Setup

To set up the project and install the required dependencies, follow these instructions:

Make sure that git-lfs is installed before cloning the repository.
  1. Clone the repository:

    git clone https://github.com/your-username/pull-request-prediction.git
    cd pull-request-prediction
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

  • On Windows:
    venv\Scripts\activate
  • On macOS/Linux
    source venv/bin/activate
  1. Install the required dependencies:

    pip install -r requirements.txt
  2. Unzip 'gerrit_eclipse.csv.gz':

    gunzip gerrit_eclipse.csv.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published