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