Skip to content

Commit

Permalink
forgot an import
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesVandewiele committed Aug 28, 2018
1 parent 4fe486a commit 9c20e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gendis/experiments/lts_small.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# Scikit-learn
from sklearn.metrics import accuracy_score
from sklearn.linear_model import LogisticRegression
from sklearn.model_selection import GridSearchCV

def parse_shapelets(shapelets):
shapelets = shapelets.replace(']', '],')[:-2]
Expand Down

0 comments on commit 9c20e9a

Please sign in to comment.