Skip to content

Commit

Permalink
Update User-Documentation.md to reflect updated option names
Browse files Browse the repository at this point in the history
Signed-off-by: Tims777 <[email protected]>
  • Loading branch information
Tims777 committed Feb 6, 2024
1 parent f910ab5 commit 66200b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/User-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ build process. The user will be presented with the following options:
Choose demo:
(0) : Base Data Collector
(1) : Data preprocessing
(2) : Estimated Value Predictor
(3) : Merchant Size Prediction
(2) : ML model training
(3) : Merchant Size Predictor
(4) : Exit
```

Expand Down Expand Up @@ -123,7 +123,7 @@ to have `DATABASE_TYPE="S3"` in `.env` file in order to run on historical data,
otherwise, it will run locally. After preprocessing, the log will show where the
preprocessed_data is stored.

## (2) : Estimated Value Predictor
## (2) : ML model training

Six machine learning models are available:

Expand Down Expand Up @@ -176,7 +176,7 @@ Then, the user would be given multiple options:
`DATABASE_TYPE=S3`, otherwise it will save it locally.
- (5): Exit the EVP submenu

## (3) : Merchant Size Prediction
## (3) : Merchant Size Predictor

After training, testing, and saving the model, the true essence of models lies
not just in crucial task of generating forecasted predictions for previously
Expand Down

0 comments on commit 66200b2

Please sign in to comment.