我运行了一个 Python 程序并得到了一个DeprecationWarning,比如:
D:\programs\anaconda2\lib\site-packages\sklearn\utils\deprecation.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)
Run Code Online (Sandbox Code Playgroud)
我无法确认它有什么问题。什么是DeprecationWarning?