Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

30 lines (15 loc) · 1.35 KB

Welcome to the DLG Enablement project! This project has examples for running experiments, using model registry and publishing models as APIs.

Perform your first experiment

The domino_experiments_example_workbook.ipynb Jupyter notebook shows an example of how you can use the Experiments feature to train and compare models.

Run it inside the workspace, and then compare the runs in the Experiment tab.

JupyterRVScode

Run Notebook

Example from the Experiments tab after running the experiment.ipynb notebook code

Example Experiment Run Comparison


Publish a Model as an API

Domino models are REST API endpoints that run your Domino code. We’ve created a sample model for you. Check out these quick instructions and publish your sample model in no time!

Publish Model

Enter model.py or model.R in the file field. Enter my_model in the function field, and hit ‘Create Model’.

How to start a Model!