Skip to content

Releases: Arize-ai/phoenix

v0.0.24

14 Jun 19:08
Compare
Choose a tag to compare

This release updates Phoenix's capabilities for cluster-based analysis - providing more metrics to help you assess the performance and data quality of your unstructured data.

✨ Cluster Performance Metrics

Clusters can now be analyzed for model performance degradation! Our new release includes accuracy_score as a model performance metric. Using accuracy as the base metric on the embedding projection allows you to drill into clusters that map to bad predictions quicker than ever before. Finding pockets of bad performance is as simple as picking the metric and sorting the clusters by worst performing. If you are using Phoenix to identify production data that should be re-labeled and fed back into your training pipeline, this is the feature for you.

cluster_performance.mp4

✨ Cluster Data Quality / Custom Metrics

Clusters can now be analyzed via ad-hoc metrics! You can now calculate the average of any numeric feature, tag, prediction, or actual sent into Phoenix. This means you can now find "low-quality" clusters via the heuristic of your choosing! Below is an example of how precision@k for document retrieval (from a vector store) is used to identify clusters of chatbot queries that are failing to provide a good answer. The neat thing about this feature is that you can use Phoenix to build your own EDA heuristic! Care about rouge score or LLM-assisted evaluations? You can now use these to analyze your embeddings and to discover anomalies by simply sorting your clusters! This feature gives you, the data scientist, a powerful tool to formulate bespoke heuristics for identifying clusters of low performance, quality, and/or drift. We hope you like it!

context_retrieval.mp4

What's Changed

Full Changelog: 0.0.23...v0.0.24

0.0.23

02 Jun 17:38
Compare
Choose a tag to compare

❇️ HDBSCAN Tuning! ❇️

Dynamically adjust HDBSCAN parameters to get your clusters just right.

hdbscan_short.mp4

What's Changed

Full Changelog: v0.0.22...0.0.23

v0.0.23rc1

31 May 22:06
Compare
Choose a tag to compare
v0.0.23rc1 Pre-release
Pre-release

What's Changed

  • fix: single point selection selecting the wrong ID by @mikeldking in #803

Full Changelog: v0.0.23rc0...v0.0.23rc1

v0.0.23rc0

31 May 01:21
Compare
Choose a tag to compare
v0.0.23rc0 Pre-release
Pre-release

✨ HDBSCAN Tuning

hdbscan.mp4

What's Changed

Full Changelog: v0.0.22...v0.0.23rc0

v0.0.22

25 May 19:51
Compare
Choose a tag to compare

Fixes UMAP retrieval. 0.0.21 nd 0.0.20 have been yanked

What's Changed

Full Changelog: v0.0.21...v0.0.22

v0.0.21

25 May 19:12
Compare
Choose a tag to compare

This is a release to unblock conda

What's Changed

Full Changelog: v0.0.20...v0.0.21

v0.0.20

24 May 22:55
Compare
Choose a tag to compare

✨ New Dimension Details for Tabular data!

Troubleshoot data quality and drift problems of your tabular features and tags!

v0.0.20.mp4

What's Changed

New Contributors

Full Changelog: v0.0.19...v0.0.20

v0.0.19

10 May 23:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18rc1

10 May 21:15
Compare
Choose a tag to compare
v0.0.18rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.18...v0.0.18rc1

v0.0.18

27 Apr 20:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18