Skip to content

Commit

Permalink
Remove information to start the chapter from here
Browse files Browse the repository at this point in the history
  • Loading branch information
ludelafo committed Aug 16, 2023
1 parent 01001dc commit e9dcd4d
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 167 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 2: Adapt and move the Jupyter Notebook to Python scripts

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

Jupyter Notebooks provide an interactive environment where code can be executed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 3: Initialize Git and DVC for local training

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

Now that you have a good understanding of the experiment, it's time to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 4: Reproduce the ML experiment with DVC

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

A key component of [:simple-dvc: DVC](../tools.md) is the concept of "stages".
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 5: Track model evolution with DVC

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

In the previous chapter, you did set up a [:simple-dvc: DVC](../tools.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 10: Work efficiently and collaboratively with Git

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

The objective of this chapter is to work effectively and collaboratively on the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 6: Move the ML experiment code to the cloud

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

Now that you have configured [:simple-dvc: DVC](../tools.md) and can reproduce
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 7: Move the ML experiment data to the cloud

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

At this point, the codebase is made available to team members using
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 8: Reproduce the ML experiment in a CI/CD pipeline

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

At this point, your code, your data and your execution process should be shared
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 9: Track model evolution in the CI/CD pipeline with CML

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

At this point, you have a CI/CD pipeline that will run the experiment on each
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 11: Save and load the model with MLEM

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

The purpose of this chapter is to serve and use the model for usage outside of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 12: Serve the model locally with MLEM

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

Now that the model is using [MLEM](../tools.md), enabling the extraction of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 13: Deploy and access the model on Kubernetes with MLEM

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

## Introduction

Serving the model locally is great for testing purposes, but it is not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Chapter 14: Continuous deployment of the model with MLEM and the CI/CD pipeline

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."
!!! warning "This is a work in progress"

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.
This chapter is a work in progress. Please check back later for updates. Thank
you!

## Introduction

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Chapter 15: Train the model on a Kubernetes pod with CML

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."
!!! warning "This is a work in progress"

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.
This chapter is a work in progress. Please check back later for updates. Thank
you!

## Introduction

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 16: Setup Label Studio

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

!!! warning "This is a work in progress"

This chapter is a work in progress. Please check back later for updates. Thank
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 17: Import existing data to Label Studio

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

!!! warning "This is a work in progress"

This chapter is a work in progress. Please check back later for updates. Thank
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 18: Label new data with Label Studio

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

!!! warning "This is a work in progress"

This chapter is a work in progress. Please check back later for updates. Thank
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 19: Retrain the model from new data with DVC Sync

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

!!! warning "This is a work in progress"

This chapter is a work in progress. Please check back later for updates. Thank
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Chapter 20: Link the model to Label Studio and get predictions

??? info "You want to take over from this chapter? Collapse this section and follow the instructions below."

!!! warning

It might be easier to start from the previous chapter(s). Only follow this
section if you are comfortable with the content of the previous chapter(s).

Work in progress.

!!! warning "This is a work in progress"

This chapter is a work in progress. Please check back later for updates. Thank
Expand Down

0 comments on commit e9dcd4d

Please sign in to comment.