Skip to main content
Question

How can I show the results of an ML component notebook to an Analysis UI?

  • June 5, 2024
  • 2 replies
  • 25 views

carlos.vinti
Level 1
Forum|alt.badge.img+6

I have read the documentation on the Run ML Notebook Component but I don't know how to publish the results of the notebook back to the Analysis UI. Is there any link to documentation that shows how to publish the results back on the Analysis? Do I need to use pycelonis or other python library?

2 replies

Forum|alt.badge.img+6

You can run your notebook from the Analysis UI, but I don’t think there’s a way to display the output directly in the Analysis UI. You can write your results back to the connected data model using pycelonis, from which you can then use to create Celonis charts that showcase your ML predictions.


carlos.vinti
Level 1
Forum|alt.badge.img+6
  • Author
  • Level 1
  • 1 reply
  • June 6, 2024

Thank you so much for you reply. In the documentation said that you could bring them back so that got me confused. I guess I will try to update the variables of the knowledge model.