쥬피터 노트북 셀 실행할 때, 혹은 Python 파일을 실행할 때, 경고 문구가 너무 많이 뜬다...
이럴때, 경고 문구를 없애는 코드
import warnings warnings.filterwarnings('ignore')