pydqc icon indicating copy to clipboard operation
pydqc copied to clipboard

specify scikit version

Open JedIV opened this issue 4 years ago • 0 comments

When running:

from pydqc import infer_schema, data_summary

We get an error:

ModuleNotFoundError: No module named 'sklearn.externals.joblib'

because this is no longer in scikit. Fixed by specifying the version of scikit-learn in the requirements.txt.

JedIV avatar Aug 28 '20 22:08 JedIV