elenasamuylova

Results 73 comments of elenasamuylova

Hi @iamavi9, Since Evidently is open-source, it requires you to manage the integration on your own. You can either: - Run scheduled monitoring jobs over the model monitoring logs (e.g.,...

Hi @RobbStarkAustria, Are you using column mapping to specify the name of the prediction column? If not, check out these docs https://docs.evidentlyai.com/user-guide/input-data/column-mapping#prediction-column-s-in-classification or an example notebook for different options on...

Hi @msyJY, if the Report includes the Preset, it is automatically passed as metadata. In other scenarios, you can assign custom tags/metadata. For example, you can add the tag "model...

Thank you @ZWMiller - this indeed makes sense! We'll try to add this functionality in one of the next releases.

Hi @ZWMiller, we added the `column_name` parameter to the `TestCorrelationChanges` test - available in Evidently 0.4.5. Kudos to @0lgaF for the implementation! If you pass this parameter, only the correlations...

Thanks for testing it out @ZWMiller! cc @0lgaF - could you take at a look at how we update the wording in the test outcome?

Hi @aanghelidi, thanks for your interest in contributing! You can reproduce the bug by taking this example notebook: https://github.com/evidentlyai/evidently/blob/main/examples/how_to_questions/how_to_use_column_mapping.ipynb It shows how to pass `target_names `in column mapping for classification...

Hi @VaishnaviMendhe, Thanks for the feature request! We did not implement it initially since the number of duplicated columns/rows potentially can be in hundreds or millions, which might return an...

Hi @lchunleo, Evidently currently does not work with raw image data, so there are some limitations: - For model quality (classification), you can use the usual Classification Quality Reports /...

Hi @omerihtizaz, if you are looking to start with Evidently, here are the two QuickStart tutorials: - Get Started with Tests and Reports https://docs.evidentlyai.com/get-started/tutorial - Get Started with ML monitoring...