When I run classifier.py
in the openface demos directory using:
classifier.py train ./generated-embeddings/
I get the following error message:
--> from sklearn.lda import LDA
ModuleNotFoundError: No module named 'sklearn.lda'.
I think to have correctly installed sklearn.
What could be the reason for this message?