Evidently

Latest version: v0.4.25

Safety actively analyzes 634582 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 13

0.4.1

Not secure
**Updates:**
711
714

**Fixes:**
681
692
695
696
698
704
707
712
713

0.4.0

Not secure
Updates:
631
634
633
668
672
677
684
687
690

Fixes:
641
651
665

Breaking Changes:
644

0.3.3

Not secure
**Updates:**
619
622
628
629

**Experimental:**
600

**Breaking Changes:**
Renamed parameter lemmatisize -> lemmatize in TriggerWordsPresence text descriptor

**Fixes:**
607
611
613
615
618
617
623
624
625
626
630

0.3.2

Not secure
**Breaking Changes:**
601
Since this version, the following metrics will render aggregated plots instead of raw data plots:
* ColumnDriftMetric
* DataDriftTable
* ColumnValuePlot
* TextDescriptorsDriftMetric
* ColumnSummaryMetric
* RegressionPredictedVsActualScatter
* RegressionPredictedVsActualPlot
* RegressionErrorPlot
* RegressionAbsPercentageErrorPlot
* RegressionErrorNormality
* RegressionTopErrorMetric
* ClassificationClassSeparationPlot
* ClassificationQualityByFeatureTable
* RegressionErrorBiasTable
* TargetByFeaturesTable

To return raw data plots use render option :
- On a metric level:

report = Report(
metrics=[
RegressionPredictedVsActualScatter(options={"render": {"raw_data": True}}),
])


- On a report level:


report = Report(
metrics=[
RegressionQualityMetric(),
RegressionPredictedVsActualScatter(),
],
options={"render": {"raw_data": True}}
)


**Updates:**
588
589
597

**Fixes:**
593

0.3.1

Not secure
**Breaking Changes:**
585
Drift detection method
text_content_drift was renamed to perc_text_content_drift
This happened because an additional text data drift detection method was added: abs_text_content_drift. This drift detection technique works more efficiently with large datasets.

**Updates:**
562
564
566
567
569
570
587

**Fixes:**
568
572
573
574
575
579
580
582
583
586

0.3.0

Not secure
**Breaking Changes:**
Old API is no longer supported! There are no more Dashboards, Model Profiles, Tabs, and Profile Sections!
550

**Updates:**
JSON output customisation:
543
545
548

Text descriptors support in column metrics and tests:
542
546
553
557

Embeddings Drift Metric
558

**Fixes:**
560

**New Examples:**
[How to customize JSON output for Reports and TestSuites?](https://github.com/evidentlyai/evidently/blob/main/examples/how_to_questions/how_to_customize_json_output.ipynb)
[How to calculate drift for embeddings?](https://github.com/evidentlyai/evidently/blob/main/examples/how_to_questions/how_to_calculate_embeddings_drift.ipynb)
[How to apply column metrics for text descriptors?](https://github.com/evidentlyai/evidently/blob/main/examples/how_to_questions/how_to_apply_table_metrics_and_tests_to_text_descriptors.ipynb)

Page 5 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.