Skip to content

Commit d56a997

Browse files
committed
Kaggle-Otto: remove unused import of sklearn.
1 parent e9ba390 commit d56a997

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Kaggle-Otto/test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import numpy as np
22
import theano as _th
3-
from sklearn.metrics import log_loss
4-
from kaggle_utils import *
53

4+
from kaggle_utils import multiclass_log_loss
65
from examples.utils import make_progressbar
76

87
def validate(dataset_x, dataset_y, model, epoch, batch_size):

0 commit comments

Comments
 (0)