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 | 31 |
Tags
- Mae
- Python
- Overleaf
- MAPE
- 논문작성
- TypeError
- 논문
- n_neighbors
- 스택
- mes
- 논문editor
- 코테
- mMAPE
- 카카오
- knn
- Pycaret
- Alignments
- n_sample
- python 갯수세기
- 평가지표
- iNT
- Scienceplots
- 프로그래머스
- 파이썬을파이썬답게
- 에러해결
- SMAPE
- RMES
- Tire
- KAKAO
- PAPER
Archives
- Today
- Total
목록에러해결 (1)
EunGyeongKim

pycaret의 Knn(KNeighborsClassifier)을 튜닝할때 생기는 오류 중하나를 정리하였다. #라이브러리 불러오기 from pycaret.regression import * #setup MachineLearning_Model = setup(data = df) # 모델생성 knn = create_model('knn') # 모델 튜닝 tuned_knn = tune_model(knn) 맨 마지막 knn모델을 튜닝할때 오류가 난다. The above exception was the direct cause of the following exception: ValueError Traceback (most recent call last) in () ----> 1 tuned_knn = tune_model..
ML & DL
2022. 4. 22. 16:37