Fix data fetch 2
This commit is contained in:
@@ -327,8 +327,6 @@ BAKERY_DATA="{
|
||||
\"city\": \"Madrid\",
|
||||
\"postal_code\": \"28001\",
|
||||
\"phone\": \"+34600123456\",
|
||||
\"include_weather\": \"True\",
|
||||
\"include_traffic\": \"True\",
|
||||
\"latitude\": $MOCK_LATITUDE,
|
||||
\"longitude\": $MOCK_LONGITUDE
|
||||
}"
|
||||
@@ -651,6 +649,8 @@ fi
|
||||
TRAINING_DATA="{
|
||||
\"tenant_id\": \"$TENANT_ID\",
|
||||
\"selected_products\": [$REAL_PRODUCTS],
|
||||
\"include_weather\": \"True\",
|
||||
\"include_traffic\": \"True\",
|
||||
\"training_parameters\": {
|
||||
\"forecast_horizon\": 7,
|
||||
\"validation_split\": 0.2,
|
||||
|
||||
Reference in New Issue
Block a user