# JIT-Smart-backup **Repository Path**: ecust-dp/jit-smart-backup ## Basic Information - **Project Name**: JIT-Smart-backup - **Description**: Code replication for Just-In-Time Defect Prediction experiments in the FSE 2024 paper: JIT-Smart: A Multi-task Learning Framework for Just-in-Time Defect Prediction and Localization - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-23 - **Last Updated**: 2025-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git clone https://gitee.com/ecust-dp/jit-smart.git cd jit-smart conda create --name JIT-Smart python=3.8 conda activate JIT-Smart pip install torch==1.9.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html pip install requirements.txt