I ran a Python program and got a DeprecationWarning
, like:
D:programsanaconda2libsite-packagessklearnutilsdeprecation.py:70: DeprecationWarning: Function log_multivariate_normal_density is deprecated; The function log_multivariate_normal_density is deprecated in 0.18 and will be removed in 0.20.
warnings.warn(msg, category=DeprecationWarning)
I can't confirm what is wrong about it. What is a DeprecationWarning
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…