Python忽略warning警告

告警现象

形如下图文的告警信息都可以使用告警屏蔽
Python忽略warning警告

添加代码

import warnings
warnings.filterwarnings("ignore")

附录:告警原文:

D:\Python_demo\demo2\venv\lib\site-packages\sklearn\utils\deprecation.py:87: 
FutureWarning: Function load_boston is deprecated; `load_boston` is deprecated in 
1.0 and will be removed in 1.2.

.......
上一篇:前端生成32位uuid


下一篇:波士顿房价