amueller/scipy-2018-sklearn

from figures import make_dataset

Opened this issue · 1 comments

ImportError: cannot import name 'make_dataset' from 'figures' (/home/zleiwang/anaconda3/lib/python3.7/site-packages/figures/init.py)

on lesson 18 , where is the module?

It's in the figures subfolder of the repository. Looks like you might have a package installed that's called figures which we didn't anticipate.