shanren7/real_time_face_recognition

DeprecationWarning

EvergreenHZ opened this issue · 1 comments

/usr/local/lib/python3.5/dist-packages/sklearn/cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning)

I am sorry to come across this problem and I don't know how to fix it. Please Help me.

@EvergreenHZ I have solved this problem.# from sklearn.cross_validation import KFold change to from sklearn.model_selection import KFold.