A machine learning model for predicting GitHub issue difficulty to enhance the FOSSistant developer assistance platform.
This repository contains the data processing pipeline and model training code for FOSSistant's AI-powered difficulty prediction system. The model analyzes GitHub issues (title and body) to classify their difficulty level as easy, medium, hard, or misc, helping developers identify appropriate issues to work on based on their experience level.
FOSSistant_AI_Model/
├── data/ # Data processing and preparation pipeline
│ └── process_data_v0_3_0.ipynb
├── train/ # Model training and evaluation
│ └── train_v0_3_0.ipynb
├── LICENSE
└── README.md
This project is licensed under the Apache License 2.0.