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
- 온라인 파트타임 MBA
- 내 강점
- 글로벌 MBA 비용
- 몰입하는 방법
- 30살 추천 도서
- 돈의 속성이란
- 30대 필독
- 장점 5가지
- 청소년 추천 도서
- 받아쓰기 설정
- 자산 책 추천
- 자기계발서 추천
- 20살 추천 도서
- 30대 필독서
- 오디오 텍스트 변환
- 글로벌 MBA
- 플로우 방법
- MBA 비용
- mac 받아쓰기 설정
- 맥 받아쓰기
- 블랙쉽
- 강점 5가지
- 책 추천
- 내 장점 찾기
- 자산늘리는법
- 몰입 책 후기
- 목적 찾는 법
- 강자의 언어
- 자신에게 할 질문
- 몰입 줄거리
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