Using Existing Model
Last updated
Was this helpful?
Last updated
Was this helpful?
AI/ML Accelerator - MLflow is specifically built to track your ML experiments on the DNAnexus platform environment via the ML JupyterLab (another app in the AI/ML Accelerator package) environment. A license is required in order to use the AI/ML Accelerator package. For more information, please contact DNAnexus Sales via .
Once a model has been logged in the DNAnexus project by MLflow, you can load and use it for inference or further evaluation. Below are the instructions for retrieving the model path and loading it for use.
When you log a model, MLflow generates a run_ID and stores the model in a specific path. To get the model path, simply click on the model in the 'Artifacts' section of a Run and copy the Path as below.
{alt="The path to the model which is stored in the DNAnexus platform"}
The path to the model which is stored in the DNAnexus platform
Once you have the model path, use the appropriate load_model function to load the model from the specified path. Below are the two examples.
For generic models
For framework-specific models (e.g., scikit-learn)
To create a support ticket if there are technical issues:
Go to the Help header (same section where Projects and Tools are) inside the platform
Select "Contact Support"
Fill in the Subject and Message to submit a support ticket.