Skip to content

Commit d7a3a61

Browse files
committed
update sklearn training script for 0.23
1 parent 851452f commit d7a3a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/sklearn_mnist/mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import numpy as np
1717
import os
1818

19+
import joblib
1920
from sklearn import svm
20-
from sklearn.externals import joblib
2121

2222

2323
def preprocess_mnist(raw, withlabel, ndim, scale, image_dtype, label_dtype, rgb_format):

0 commit comments

Comments
 (0)