일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- PYTHON
- nvcc
- nvidia
- selenium
- Logistic linear
- Trouble shooting
- json
- category_encoders
- auc
- beautifulsoup
- 머신러닝
- ML
- Django
- 그리디
- 트러블슈팅
- 인공지능
- AI
- nvidia-smi
- Roc curve
- pandas
- 크롤링
- SMTP
- IOPub
- aof
- 잡담
- 이것이 코딩 테스트다
- 파일입출력
- semi-project
- cuda
- EarlyStopping
Archives
- Today
- Total
목록category_encoders (1)
개발 블로그
category encoders 설치 과정에서 발생한 에러
인터넷이 안되는 원격 장비(Ubuntu 20.04)에 category encoders와 dependency package들을 설치하는 과정에서 만난 에러를 정리해본다. 우선 category_encoders의 requirements목록은 다음 페이지에서 확인 할 수 있다. https://github.com/scikit-learn-contrib/category_encoders/blob/master/requirements.txt numpy>=1.14.0 scikit-learn>=1.0.0 scipy>=1.0.0 statsmodels>=0.9.0 pandas>=1.0.5 patsy>=0.5.1 unittest2 # unittest2는 안설치해도 pip install 됨 importlib_resources ; p..
Programming Language/Python
2024. 2. 4. 23:09