You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FailExtract is a lightweight Python library that automatically captures detailed failure context from pytest test runs, including fixture dependencies, source code, and exception details to streamline debugging workflows.
This project is about building a classification model to predict gender based on a corpus of student-written stories. It applies text preprocessing techniques such as tokenization, normalization, and TF-IDF Vectorization. As part of the machine learning process, model selection and evaluation were conducted using cross-validation and GridSearchCV.