LogoLogo
Python SDKSlack
  • Documentation
  • Cookbooks
  • Self-Hosting
  • Release Notes
  • Reference
  • Changelog
  • History
    • 2025
      • 04.2025
      • 03.2025
      • 02.27.2025
      • 02.14.2025
      • 01.21.2025
    • 2024
      • 12.19.2024
      • 12.05.2024
      • 11.07.2024
      • 10.24.2024
      • 10.03.2024
      • 09.19.2024
      • 09.05.2024
      • 08.23.2024
      • 08.08.2024
      • 07.10.2024
      • 06.07.2024
      • 05.10.2024
      • 04.25.2024
      • 04.12.2024
      • 03.28.2024
      • 03.18.2024
      • 02.16.2024
      • 01.18.2024
      • 01.04.2024
    • 2023 and older
      • 2023
        • 12.07.2023
        • 11.14.2023
        • 10.26.2023
        • 10.11.2023
        • 08.29.2023
        • 07.17.2023
        • 06.05.2023
        • 05.08.2023
        • 04.17.2023
        • 03.13.2023
        • 02.13.2023
        • 01.24.2023
      • 2022
        • 12.19.2022
        • 11.28.2022
        • 11.07.2022
        • 10.10.2022
        • 09.26.2022
        • 09.12.2022
        • 08.29.2022
        • 08.15.2022
        • 08.01.2022
        • 07.18.2022
        • 06.28.2022
        • 06.06.2022
        • 05.23.2022
        • 05.09.2022
        • 04.25.2022
        • 04.11.2022
        • 03.28.2022
        • 03.14.2022
        • 02.28.2022
        • 02.14.2022
        • 01.31.2022
        • 01.18.2022
      • 2021
        • 12.15.2021: CVE-44228
        • 12.13.2021
        • 11.18.2021
        • 11.02.2021
        • 10.15.2021
        • 09.27.2021
        • 06.25.2021
        • 05.28.2021
        • 04.30.2021
        • 04.16.2021
        • 04.02.2021
        • 03.12.2021
        • 02.26.2021
Powered by GitBook

Support

  • Chat Us On Slack
  • support@arize.com

Get Started

  • Signup For Free
  • Book A Demo

Copyright © 2025 Arize AI, Inc

On this page
  • What's New
  • Enhancements
  • In The News

Was this helpful?

  1. History
  2. 2023 and older
  3. 2023

02.13.2023

New Releases, Enhancements, Changes + Arize in the News!

Last updated 2 years ago

Was this helpful?

What's New

Data Distribution Visualization

Editable and dynamic distribution comparisons to visualize data and calculate drift metrics (i.e. PSI) with increased flexibility. Change binning options to use across monitors, performance tracing, and the model overview page.

Edit the distribution comparison by clicking on 'View Feature Details' on the Performance Tracing page. Learn more about best practices .

Embeddings: Auto-Embeddings

Autogenerate embeddings by simply passing your input to Arize. From there, include the extracted embeddings in your pandas DataFrame to log to Arize.

# example CV image classification use case

from arize.pandas.embeddings import EmbeddingGenerator, UseCases

generator = EmbeddingGenerator.from_use_case(
    use_case=UseCases.CV.IMAGE_CLASSIFICATION,
    model_name="google/vit-base-patch16-224-in21k",
    batch_size=100
)
df["image_vector"] = generator.generate_embeddings(
    local_image_path_col=df["local_path"]
)py

Enhancements

Custom Metrics: Performance Configurations

Select a custom metric as your default performance metric to auto-populate a custom metric throughout the platform (performance tracing, drift, dimension details, and monitor views).

Navigate to the 'Config' tab to pick from a custom metrics dropdown menu.

Custom Metrics: Performance Insights

Performance insight support for models evaluated using a custom metric. Surface a list of your model's worst-performing slices for faster root cause analysis.

Performance insights are automatically populated in the 'Performance Insights' card on the 'Performance Tracing' tab.

Monitors: Monitors Config

Edit monitors configurations directly in the monitor's tab for a simplified workflow. Previously located in the 'Config' tab, use this new location to adjust your integrations, evaluation windows, and alerting options where you set up monitors.

In The News

"What is" series

Introducing Deep Papers, a new podcast series hosted by AI Pub & Arize to dive into some of the seminal research in AI.

We kick off by chatting about the research underpinning ChatGPT and InstructGPT with the key OpenAI data scientists behind training these large language models, their use, discovery, and value.

Arize AI is listed in the Gartner Guide for AI Trust, Risk, and Security Management (AI TRiSM) for the second year in a row! As the report notes, “monitoring AI production data for drift, bias, attacks, data entry and process mistakes is key to achieving optimal AI performance, and for protecting organizations from malicious attacks.”

Available in the Python SDK version >= 6.0.0. Learn more .

(NDCG)

(KS Test)

(MAPE)

here
Normalized Discounted Cumulative Gain
Kolmogorov Smirnov Test
Mean Absolute Percentage Error
ChatGPT and InstructGPT: Aligning Language Models to Human Intention
Arize AI Listed In Gartner Market Guide for AI Trust, Risk, and Security Management (AI TRiSM) For Second Year In a Row
here