Start fixing forecast service API 5
This commit is contained in:
@@ -249,7 +249,7 @@ class ForecastingService:
|
||||
"""Get the latest trained model for a tenant/product combination"""
|
||||
|
||||
try:
|
||||
model_data = await self.data_client.get_best_model_for_forecasting(tenant_id, product_name)
|
||||
model_data = await self.model_client.get_best_model_for_forecasting(tenant_id, product_name)
|
||||
return model_data
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user