diff --git a/svm/svm_author_id.py b/svm/svm_author_id.py index 35390d60ad6..596e7363783 100644 --- a/svm/svm_author_id.py +++ b/svm/svm_author_id.py @@ -27,13 +27,3 @@ ######################################################### ######################################################### -''' -You'll be Provided similar code in the Quiz -But the Code provided in Quiz has an Indexing issue -The Code Below solves that issue, So use this one -''' - -# features_train = features_train[:int(len(features_train)/100)] -# labels_train = labels_train[:int(len(labels_train)/100)] - -#########################################################