Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
Sabrina Hoppe committed May 5, 2018
1 parent 34ff610 commit fc7973a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 00_compute_features.py
@@ -1,6 +1,6 @@
import numpy as np import numpy as np
import os import os
from config import conf as conf from config import conf
from featureExtraction import gaze_analysis as ga from featureExtraction import gaze_analysis as ga
import threading import threading
import getopt import getopt
Expand Down
2 changes: 1 addition & 1 deletion 03_train_baseline.py
@@ -1,6 +1,6 @@
import sys import sys
import numpy as np import numpy as np
from config import onf from config import conf
import getopt import getopt
from sklearn.cross_validation import LabelKFold as LKF from sklearn.cross_validation import LabelKFold as LKF
from sklearn.cross_validation import StratifiedKFold as SKF from sklearn.cross_validation import StratifiedKFold as SKF
Expand Down

0 comments on commit fc7973a

Please sign in to comment.