Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- EC2
- 코딩테스트
- mock server
- Jar배포
- 컴프리헨션
- 람다함수
- 백엔드 인턴십
- RDS
- cerbot
- 프리온보딩
- 프로그래머스
- sqlalchemy
- 행렬곱
- Comprehension
- Django
- 파이썬
- numpy
- todo project
- Postman
- 집계함수
- 조건연산
- PYTHON
- 파이써닉코드
- 클래스
- 함수
- API
- 토이프로젝트
- yaml
- spring boot
- self
Archives
- Today
- Total
build my life
[Jupyter] ModuleNotFoundError: No Module named 'sklearn' 본문
728x90
[ 문제 상황 ]
sklearn 설치 시 모듈을 찾을 수 없다는 에러 발생

[ 해결 방법 ]
!pip install scikit-learn

728x90
'에러상황기록' 카테고리의 다른 글
[🔥Build Error] A problem occurred configuring root project... (0) | 2024.01.12 |
---|---|
Spring Boot JPA 사용자 정의 메소드 관련 문제 (0) | 2023.08.09 |
django migrations 오류 (0) | 2023.04.23 |
[git error] fatal : Need to specify how to reconcile divergent branches. (0) | 2023.04.23 |
[이미지 저장 관련] IOError: cannot write mode CMYK as PNG (0) | 2023.04.23 |