You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the recommendations feature, add a public API to model_decisions.py. Allow the function to use run_sku_recommendation() and run_profile_recommendation().
Objective
Add a public API for the recommendations feature.
Guidance
Using the recommendations feature, add a public API to model_decisions.py. Allow the function to use
run_sku_recommendation()
andrun_profile_recommendation()
.For example:
However, do not use strings in the conditional statement. You probably don't even need to use a conditional statement.
Please remember to add a docstring and a test for this API.
The text was updated successfully, but these errors were encountered: