cancel
Showing results for 
Search instead for 
Did you mean: 

Visual AI - Image Embeddings and Activation Maps

Visual AI - Image Embeddings and Activation Maps

Hi,

 

I have a question regarding Visual AI and the insights that can be derived through the Understand section in DataRobot.

 

I noticed that the Image Embeddings and Activation Maps can only be obtained for the validation set in the UI. Is there a way to extract them for the whole training data, as well as the scoring later on? Maybe through the API?

 

Thanks!

Labels (2)
0 Kudos
1 Solution

Accepted Solutions
dalilaB
DataRobot Alumni

Here is the answer from my colleague, which confirm that you should be able to do it in our Python API
You can extract activation maps for predict data via prediction explanations in UI or Public API - if image column will be among the top explanations it will provide the activation map for it

View solution in original post

3 Replies
dalilaB
DataRobot Alumni

While I didn't try this, from reading the DataRobot Python API VisualAI functions, it looks like it is possible.  Please find the link to the VisualAI Python manipulation functions
https://datarobot-public-api-client.readthedocs-hosted.com/en/v2.27.0/autodoc/api_reference.html#vis...

0 Kudos

Thanks! I will try it out!

0 Kudos
dalilaB
DataRobot Alumni

Here is the answer from my colleague, which confirm that you should be able to do it in our Python API
You can extract activation maps for predict data via prediction explanations in UI or Public API - if image column will be among the top explanations it will provide the activation map for it