-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evidently UI is not working with Custom Metric #1429
Comments
Hi @sachincse, it is not currently possible to render metric with a custom render in the UI. If you want to use the custom Metric with the UI, you need to implement it as a Python function. Check the docs here (option 1): https://docs.evidentlyai.com/user-guide/customization/add-custom-metric-or-test However, there is an upcoming API update with the new Metric archirecture that will allow for this. |
Hey @elenasamuylova, I tried the above custom metric notebook, it worked. If I want to add a Plotly graph to this metric, How can i do it?? Below is the code I tried: generate_graph function creates
|
I am trying to launch the custom metric into evidently UI. I have used the same custom metric creation which is being provided and exposing the same report and test suite ... It is showing
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000/ (Press CTRL+C to quit)
fatal: not a git repository (or any of the parent directories): .git
INFO: 127.0.0.1:54723 - "GET /api/version HTTP/1.1" 200 OK
INFO: 127.0.0.1:54724 - "GET /api/projects HTTP/1.1" 500 Internal Server Error
without further info... How to resolve it ?
The metric is working in notebook scope... I am attaching the notebook and screenshots, and working on other machine as well.
how_to_make_… (4) - JupyterLab.pdf
The text was updated successfully, but these errors were encountered: