@@ -4,34 +4,33 @@ This is the website for the
44on the [ skrub package] ( https://skrub-data.org/stable/ ) : it contains all the material
55used for the course, including the datasets and exercises used during the session.
66
7- ## Beta warning
8- If you are reading this, then you will be attending the ** Beta version** of this
9- course. As a ** Beta version** , this is not the final version of the course and
10- it will be tweaked according to the feedback provided after the session.
11-
12- Both the presentation and the content of the book are liable to be changed based
13- on feedback.
14-
157## Structure of the course
168The course covers the main features of skrub, from data exploration to pipeline
17- construction, with the notable exclusion of the Data Ops.
9+ construction. While skrub DataOps are a major feature of the package, they are
10+ also expansive enough to deserve their own course, and as such only a short introduction
11+ will be given here.
1812
1913Each chapter includes a section that describes how a specific feature may assist
20- in building a machine learning pipeline, along with practical code examples.
14+ in building a machine learning pipeline, along with practical code examples, and
15+ a quiz at the end.
2116
22- Some chapters include exercises for participants to work with the explained features.
23- These exercises are made available in ` content/exercises ` , as well as at the end
24- of the respective lesson in ` content/notebooks ` .
25-
26- The content of the book is split in sections, and each section includes a "final
27- quiz" that covers the subjects covered up to that point.
17+ The course is split in sections, which group relevant material together. Each
18+ section is wrapped up by an exercise that covers what has been explained in the
19+ section.
20+ These exercises are made available in ` content/exercises ` as ` py ` files, and
21+ in ` content/notebooks ` as Jupyter notebooks.
2822
2923# Prepration and setup
30- First of all, clone the [ GitHub repo] ( https://github.com/skrub-data/skrub-tutorials/tree/main )
31- of this book to have access to the exercises. In a future version, Jupyterlite
32- will be made available.
24+
25+ ## Using Jupyterlite
26+ The easiest way to work on the exercises is simply by using Jupyterlite: this
27+ will create a notebook interface directly from the browser that allows to run the
28+ exercises without needing to create a local environment.
3329
3430## Setting up a local environment
31+ If you still want to work locally (for example, if you want to use your own IDE),
32+ you can still do so by cloning the [ GitHub repo] ( https://github.com/skrub-data/skrub-tutorials/tree/main )
33+ of this book to have access to the exercises.
3534
3635### Finding the material
3736Following any of the following commands should let you open a Jupyter lab or
0 commit comments