From c0eee1b63e75fdf2323fa386e6b19d5004cc08c5 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 3 May 2023 15:22:02 +0300 Subject: [PATCH] Add enterprise plan admonition (#549) --- docs/hyperdatasets/overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/hyperdatasets/overview.md b/docs/hyperdatasets/overview.md index 68ceac5c..444606d7 100644 --- a/docs/hyperdatasets/overview.md +++ b/docs/hyperdatasets/overview.md @@ -2,12 +2,16 @@ title: Hyper-Datasets --- +:::important ENTERPRISE FEATURE +Hyper-Datasets are available under the ClearML Enterprise plan +::: + ClearML's Hyper-Datasets are an MLOps-oriented abstraction of your data, which facilitates traceable, reproducible model development through parameterized data access and meta-data version control. The basic premise is that a user-formed query is a full representation of the dataset used by the ML/DL process. -ClearML Enterprise's Hyper-Datasets supports rapid prototyping, creating new opportunities such as: +ClearML **Enterprise**'s Hyper-Datasets supports rapid prototyping, creating new opportunities such as: * Hyperparameter optimization of the data itself * QA/QC pipelining * CD/CT (continuous training) during deployment