From 0d5e3575b31fdb2bd8b3c0d4ddd57018412f93f7 Mon Sep 17 00:00:00 2001 From: Bharath Appali Date: Thu, 29 Feb 2024 13:43:54 +0530 Subject: [PATCH] Update README.md with alert on working demos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a233498..740edf65 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Want to try out Kruize? You've come to the right place! +### ⚠️ Please note that while the remote monitoring demo is fully functional, the local monitoring use case/feature is currently under active development. Stay tuned for updates on the progress of the local monitoring feature. + ## What is Kruize HPOaaS? Machine learning is a process of teaching a system to make accurate predictions based on the data fed. Hyperparamter optimization (/ tuning) helps to choose the right set of parameters for a learning algorithm. HPO uses different methods like Manual, Random search, Grid search, Bayesian optimization. [Kruize HPOaaS](https://github.com/kruize/hpo/blob/master/README.md) currently uses Bayesian optimization because of the multiple advantages that it provides.