小编vx2*_*008的帖子

运行 Python 时 DeprecationWarning 是什么意思

我运行了一个 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

python deprecation-warning

-5
推荐指数
1
解决办法
1万
查看次数

标签 统计

deprecation-warning ×1

python ×1