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
- 강점 5가지
- 책 추천
- 30대 필독
- 강자의 언어
- 맥 받아쓰기
- 자산늘리는법
- 자신에게 할 질문
- 청소년 추천 도서
- 20살 추천 도서
- 돈의 속성이란
- 30살 추천 도서
- 장점 5가지
- 몰입 줄거리
- 블랙쉽
- 자산 책 추천
- 30대 필독서
- 목적 찾는 법
- 글로벌 MBA
- 내 강점
- 몰입하는 방법
- 글로벌 MBA 비용
- 내 장점 찾기
- 온라인 파트타임 MBA
- mac 받아쓰기 설정
- 받아쓰기 설정
- MBA 비용
- 오디오 텍스트 변환
- 자기계발서 추천
- 플로우 방법
- 몰입 책 후기
Archives
- Today
- Total
목록Study/Python (7)
Let's enjoy our life
파이썬 회귀분석 팁
Scikit-learn indeed does not support stepwise regression. That's because what is commonly known as 'stepwise regression' is an algorithm based on p-values of coefficients of linear regression, and scikit-learn deliberately avoids inferential approach to model learning (significance testing etc). Moreover, pure OLS is only one of numerous regression algorithms, and from the scikit-learn point of ..
Study/Python
2021. 2. 4. 09:22