# 거슬리게 자꾸 나오는 warning 출력 막기 ```python import warnings warnings.filterwarnings(action='ignore') ``` 이렇게 간단하게 거슬리는 warning 메시지의 출력을 무시할 수 있다