Skip to content

Commit 376d700

Browse files
authored
Update train_loglin.py
1 parent 5cc7483 commit 376d700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/train_loglin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import random
44
from utils import load_train_set, get_common_features, load_validation_set, load_test_set, index_to_language
55

6-
STUDENT = {'name': 'Dorin Keshales',
7-
'ID': '313298424'}
6+
STUDENT = {'name': 'Dorin Keshales'}
87

98

109
def feats_to_vec(features):

0 commit comments

Comments
 (0)