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
- 머신러닝
- IRIS
- 회귀분석
- 코딩테스트
- tableau
- ADsP
- 자격증
- pandas
- 통계
- 이것이 코딩테스트다
- 데이터 분석
- 태블로
- SQLD
- 파이썬
- pytorch
- 데이터 전처리
- ML
- 시각화
- r
- matplotlib
- 데이터분석
- scikit learn
- 데이터분석준전문가
- Deep Learning Specialization
- Google ML Bootcamp
- 이코테
- SQL
- 딥러닝
- sklearn
- Python
Archives
- Today
- Total
목록규제 회귀모델 (1)
함께하는 데이터 분석

이어서 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