AI & BigData

[MachineLearning] 선형 회귀 모델로 보험료 예측하기

PSLeon 2023. 8. 18. 13:55
반응형
# Training
model.fit(X_train, y_train)
LinearRegression()