We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ba390 commit d56a997Copy full SHA for d56a997
examples/Kaggle-Otto/test.py
@@ -1,8 +1,7 @@
1
import numpy as np
2
import theano as _th
3
-from sklearn.metrics import log_loss
4
-from kaggle_utils import *
5
+from kaggle_utils import multiclass_log_loss
6
from examples.utils import make_progressbar
7
8
def validate(dataset_x, dataset_y, model, epoch, batch_size):
0 commit comments