Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 404 Bytes

ReadMe-Problem-Classifier.md

File metadata and controls

4 lines (3 loc) · 404 Bytes

program name: Classify-Problem-ID-From-Submissions

Program discription

This script uploads a dataset created from codeforces and classifies which code submission belongs to a given problem. It uses four different classifiers: Support Vector Machine, Decision Tree, Random Forest, and Neural Network. It then displays the normalized score and confusion matrix for each classifier.