From ded034e09a07ec8b1b1d096e97eb80839b885dff Mon Sep 17 00:00:00 2001 From: Wendy Shi <39010644+shiwen1209@users.noreply.github.com> Date: Wed, 17 May 2023 14:40:22 -0700 Subject: [PATCH] Update README.md add arize-phoenix to general-purpose ML tooling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3639f7..f65ca33 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ #### General-Purpose Machine Learning - +* [Arize-Phoenix](https://github.com/Arize-ai/phoenix) - An open source tool that provides ML observability in a notebook to validate, monitor and fine tune your generative LLM, CV and tabular models. * [BanditLib](https://github.com/jkomiyama/banditlib) - A simple Multi-armed Bandit library. **[Deprecated]** * [Caffe](https://github.com/BVLC/caffe) - A deep learning framework developed with cleanliness, readability, and speed in mind. [DEEP LEARNING] * [CatBoost](https://github.com/catboost/catboost) - General purpose gradient boosting on decision trees library with categorical features support out of the box. It is easy to install, contains fast inference implementation and supports CPU and GPU (even multi-GPU) computation.