Skip to content

Commit

Permalink
Update model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yubbi4 authored Sep 2, 2022
1 parent ce9012c commit be0ff95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions document/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
## model_compare

`매개변수` : 없음
`기능` :
`리턴값` :
`기능` : 전체 모델별 r2, rmse, mape 비교하여 최적의 모델 선정하는 메소드
`리턴값` : 없음

## arima

`매개변수` : 없음
`기능` : ARIMA 모델을 사용하여 데이터를 학습 후 예측한 뒤 r2, rmse, mape 계산
`리턴값` :
`기능` : ARIMA 모델을 사용하여 데이터를 학습 후 예측한 뒤 r2, rmse, mape 계산하는 메소드
`리턴값` : 없음

## MSE

Expand Down

0 comments on commit be0ff95

Please sign in to comment.