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.