Small edits (#476)

This commit is contained in:
pollfly
2023-02-16 12:17:53 +02:00
committed by GitHub
parent 5458f8036b
commit 2cf096f7ec
27 changed files with 64 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
title: Tutorial
---
In this tutorial, we will go over the model lifecycle -- from training to serving -- in the following steps:
In this tutorial, you will go over the model lifecycle -- from training to serving -- in the following steps:
* Training a model using the [sklearn example script](https://github.com/allegroai/clearml-serving/blob/main/examples/sklearn/train_model.py)
* Serving the model using **ClearML Serving**
* Spinning the inference container