Skip to content

Latest commit

 

History

History
140 lines (57 loc) · 3.98 KB

EINSTEIN_MODEL.md

File metadata and controls

140 lines (57 loc) · 3.98 KB

Set up model in Einstein Studio

1. Log in to the org

image

2. Navigate to ML Workspace / Einstein Studio

image

3. Select ML Workspace

image

4. Click New

You should see a toast message that the end point was saved successfully

image

5. Give your model a name and click create

image

6. Select Endpoint

image

7. Click on add endpoint

image

8. Enter inference url from Databricks as well as request format as dataframe split

image

9. Select Authentication type, Auth Header= "Authorization"

image

10. Secret Key = "Bearer <>"

image

11. Click Save.

You should see a toast message that the end point was saved successfully

image

12. Select input features

image

13. Click on Add input features

image

14. Choose the DMO

Choose the DMO that has all the fields for model scoring in this case it is account contact DMO.

image

15. Click Save

image

16. Select fields from DMO for scoring

Now start selecting the fields from the DMO for model scoring. Note that the feature API name of the field selected should match the names the model is expecting for instance as shown in the query endpoint dialog above

image

17. Drag each predictor and click done one by one in the specific order

image

18. Once you enter all the predictors in the click on save

image

19. Next go to output Predictions

image

20. Give the DMO a name.

This is where the output predictions will be saved

image

21. Click save

image

22. Enter the outcome variable API name and the json key

Note that in this case the json key is - $.predictions

image

23. Click Save

image

24. Now activate the model

image

25. Once model is activated refresh it to see the predictions in the DMO

image