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
- VS Code 오류
- pandas
- FSB
- ubuntu
- 워게임
- 빅분기 실기
- [EduAtoZ]
- Linux
- AWS Cloud
- Cloud
- ios frida
- tcache
- wireshark
- dreamhack
- error
- centos7
- 인프런
- 풀이
- mariadb
- 빅데이터분석기사
- pwnable
- nmcli
- 보안뉴스
- 빅데이터 분석기사
- Dreamhack.io
- 빅데이터 분석기사 실기
- 클라우드
- 빅데이터분석기사 실기
- AWS
- Python
Archives
- Today
- Total
목록GridSearchCV (1)
0netw0m1ra
[048] Machine Learning - GridSearchCV
1. GridSearchCV - 최고의 HyperParameter를 찾기 위해 사용함 - sklearn.model_selection.GridSearchCV - (estimator, param_grid, scoring=None, n_jobs=None, refit=True, cv=None, verbose=0, pre_dispatch='2n_jobs', error_score=nan, return_train_score=False) - estimator : 학습 모델 - param_grid : 실행해볼 HyperParameter 목록, dict 객체 - cv : CrossValidation에 사용할 나누는 개수, 기본값 = 5 - verbose 0(defualt) : 메시지 출력 안함 1 : 간단한 메시지 2 :..
빅데이터분석기사 실기
2022. 6. 22. 12:49