contents
We are excited to announce our latest release!
TL;DR: Now, you can use Evidently to display visual reports not only in Jupyter notebook but also in Colab, Kaggle, and Deepnote.
Pretty much the same way as it does in the Jupyter notebook.
If you want to generate a report in Colab, for example, you need the following.
1. Install Evidently. This time, you do not need to install nbextension we used to display the dashboards inside the Jupyter notebook. Just run:
2. Import the necessary Evidently tabs and your dataset.
We expect you to use your model application logs. For demonstration purposes, we just take the Iris dataset and imitate data drift analysis.
3. Calculate the drift report:
4. To display the dashboard, run:
Here you go!
To browse the examples on Colab, see sample notebooks listed in the Evidently documentation.
If you use Kaggle or Deepnote, you should explicitly specify a mode parameter as "inline."
We will also gradually add support for more environments.
If you are reading this blog from the future, be sure to check our official documentation for the latest updates!
Ad hoc visual analysis does not scale well when you have multiple models in production and need to monitor them in an automated fashion.
Still, it can be pretty helpful for the following:
And if you want the live dashboards, don't miss out on our recent Grafana integration.
Go to Github, pip install evidently, and give it a spin! And a star, if you like it!
If you want more detailed documentation and more examples, here they are.
Sign up to the User newsletter to get updates on new features, integrations and code tutorials. No spam, just good old release notes.
Subscribe ⟶
That's an early release, so let us know of any bugs! You can also open an issue on Github, or post in our Discord community.