https://www.kaggle.com/code/sadafpj/insurance-prediction-using-regression-regulation
#regression models
from sklearn.linear_model import LinearRegression, Ridge
from sklearn.linear_model import RidgeCV, LassoCV, ElasticNetCV
from sklearn.tree import DecisionTreeRegressor
from sklearn.ensemble import RandomForestRegressor
from sklearn.neighbors import KNeighborsRegressor
from sklearn.svm import SVR
'「python초짜에서 중급으로!' 카테고리의 다른 글
자동차보험 가입여부 예측분류하기(KAGGLE사례) (0) | 2023.08.10 |
---|---|
건강검진데이터를 활용해서 흡연여부 분류하기 (0) | 2023.08.10 |
pandas exercise 추천 (0) | 2023.08.10 |
statsmodels api (0) | 2023.08.10 |
seaborn 산점도 그리기(KAIST 인공지능 이규민교수님 강의) (0) | 2023.08.08 |
댓글