kleisar commited on
Commit
044e23c
1 Parent(s): ea38850

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ The Prophet forecasting model is designed to predict traffic volume based on his
35
 
36
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
 
38
- The Prophet model can be used directly to forecast traffic volume without any fine-tuning. Users can input historical traffic data into the model, and it will output future traffic volume predictions. This can be done using the [`prophet_model.py`](ai-analytics/prophet_model.py) script, which includes functions to load data, train the model, and generate forecasts.
39
 
40
 
41
  ### Out-of-Scope Use
 
35
 
36
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
 
38
+ The Prophet model can be used directly to forecast traffic volume without any fine-tuning. Users can input historical traffic data into the model, and it will output future traffic volume predictions.
39
 
40
 
41
  ### Out-of-Scope Use