Skip to content

Commit

Permalink
Fix reduction of training data
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Vipin committed Sep 5, 2024
1 parent fa360d6 commit d6d8673
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions svm/svm_author_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

#########################################################

0 comments on commit d6d8673

Please sign in to comment.