Skip to content

Commit f70eb53

Browse files
authored
Update train_mlp1.py
1 parent 376d700 commit f70eb53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/train_mlp1.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
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)