pydqc
pydqc copied to clipboard
specify scikit version
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.