remove kale docs (project is abandoned) (#3554)

Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
This commit is contained in:
Mathew Wicks 2023-07-27 14:24:32 -07:00 committed by GitHub
parent 84708940c3
commit 7d3ffc33c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
+++
title = "Kale"
description = "Kale enables data scientists to orchestrate end-to-end machine learning (ML) workflows."
weight = 30
+++
Kale simplifies the use of Kubeflow, giving data scientists the tool they need to orchestrate end-to-end ML workflows. Kale provides a UI in the form of a JupyterLab extension. You can annotate cells in Jupyter Notebooks to define: pipeline steps, hyperparameter tuning, GPU usage, and metrics tracking. Click a button to create pipeline components and KFP DSL, resolve dependencies, inject data objects into each step, deploy the data science pipeline, and serve the best model.
See <a href="https://codelabs.arrikto.com/codelabs/minikf-kale-katib-kfserving/#0" target="_blank">From Notebook to Kubeflow Pipelines to KFServing</a> for a tutorial overview of Kale.