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
- 데이터분석준전문가
- 자격증
- pandas
- 파이썬
- SQL
- ADsP
- IRIS
- SQLD
- scikit learn
- 데이터분석
- 이코테
- 딥러닝
- Deep Learning Specialization
- 데이터 전처리
- pytorch
- ML
- 시각화
- 코딩테스트
- 이것이 코딩테스트다
- 데이터 분석
- Python
- 머신러닝
- 회귀분석
- sklearn
- Google ML Bootcamp
- r
- tableau
- 태블로
- matplotlib
- 통계
Archives
- Today
- Total
목록선형 회귀모델 (1)
함께하는 데이터 분석
[Python] 규제 회귀 모델
이어서 Python으로 규제 회귀 모델인 라쏘, 릿지, 엘라스틱넷 regression을 알아보겠습니다. 모듈 및 데이터 불러오기 import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns from sklearn.model_selection import train_test_split from sklearn.linear_model import LinearRegression, Lasso, Ridge, ElasticNet, LassoCV, RidgeCV, ElasticNetCV from sklearn.preprocessing import StandardScaler from sklearn import met..
학회 세션/비어플
2022. 4. 2. 16:03