Skip to content

Commit b54511d

Browse files
committed
fix deprecated import of make_blobs in make_forge
1 parent 2284d50 commit b54511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mglearn/datasets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from scipy import signal
55
from sklearn.datasets import load_boston
66
from sklearn.preprocessing import MinMaxScaler, PolynomialFeatures
7-
from .make_blobs import make_blobs
7+
from sklearn.datasets import make_blobs
88

99
DATA_PATH = os.path.join(os.path.dirname(__file__), "..", "data")
1010

0 commit comments

Comments
 (0)