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