AI·빅데이터 융합 경영학 Study Note
No module named ... 해결 모음 본문
No module named 'pytorch_forecasting'
#%pip install pytorch_forecasting
No module named 'skopt'
#%pip install scikit-optimize
No module named 'prophet'
#%pip install prophet
No module named 'fbprophet'
#%pip install fbprophet
No module named 'xgboost'
#%pip install xgboost
No module named 'tensorflow'
#%pip install tensorflow
'기타 > 오류 해결' 카테고리의 다른 글
'message': 'You exceeded your current quota, please check your plan and billing details. (0) | 2024.02.05 |
---|---|
matplotlib 한글 깨짐 해결 (0) | 2024.02.01 |
cannot import name 'BeautifulSoup' from 'bs4' (0) | 2024.01.21 |
Line magic function `%%time` not found. (1) | 2023.12.04 |
(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape (1) | 2023.11.29 |