Files
helm-anything/src/phoenix
2026-02-22 22:12:04 +08:00
..
2026-02-22 22:12:04 +08:00
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00
2026-02-19 16:21:45 +08:00

Phoenix

Introduction

Arize Phoenix is an open-source tool for ML observability that runs in your notebook or application to visualize and monitor your model performance.

Installation

To install Phoenix, run:

make install

Usage

After installation, verify the deployment:

kubectl get pods -n phoenix

To access Phoenix, port-forward the service:

kubectl port-forward svc/phoenix 6006:6006 -n phoenix

Then access at http://localhost:6006