`preparation.py` has the following import statement: `from sklearn.utils import shuffle` the problem is that sklearn is deprecated. One is supposed to use scikit-learn instead.
preparation.pyhas the following import statement:from sklearn.utils import shufflethe problem is that sklearn is deprecated. One is supposed to use scikit-learn instead.