python 모듈 라이브러리 워닝 무시

# 워닝 무시
import warnings
warnings.filterwarnings('ignore')