Skip to content

Commit f4a6b67

Browse files
worksheet names updated
1 parent 4d901d5 commit f4a6b67

11 files changed

+12
-12
lines changed

classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ wkflw_plot
14151415
## Exercises
14161416

14171417
Practice exercises for the material covered in this chapter
1418-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_06/worksheet_06.ipynb).
1418+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_classification1/worksheet_classification1.ipynb).
14191419
The worksheet tries to provide automated feedback
14201420
and help guide you through the problems.
14211421
To make sure this functionality works as intended,

classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ fwd_sel_accuracies_plot
13861386
## Exercises
13871387

13881388
Practice exercises for the material covered in this chapter
1389-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_07/worksheet_07.ipynb).
1389+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_classification2/worksheet_classification2.ipynb).
13901390
The worksheet tries to provide automated feedback
13911391
and help guide you through the problems.
13921392
To make sure this functionality works as intended,

clustering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ elbow_plot
10981098
## Exercises
10991099

11001100
Practice exercises for the material covered in this chapter
1101-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_10/worksheet_10.ipynb).
1101+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_clustering/worksheet_clustering.ipynb).
11021102
The worksheet tries to provide automated feedback
11031103
and help guide you through the problems.
11041104
To make sure this functionality works as intended,

inference.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,8 @@ statistical techniques you may learn about in the future!
11731173

11741174
Practice exercises for the material covered in this chapter
11751175
can be found in the two accompanying worksheets
1176-
([first worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_11/worksheet_11.ipynb)
1177-
and [second worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_12/worksheet_12.ipynb)).
1176+
([first worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_inference1/worksheet_inference1.ipynb)
1177+
and [second worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_inference2/worksheet_inference2.ipynb)).
11781178
The worksheets try to provide automated feedback
11791179
and help guide you through the problems.
11801180
To make sure this functionality works as intended,

intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ knitr::include_graphics("img/help-filter.png")
701701
## Exercises
702702

703703
Practice exercises for the material covered in this chapter
704-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_01/worksheet_01.ipynb).
704+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_intro/worksheet_intro.ipynb).
705705
The worksheet tries to provide automated feedback
706706
and help guide you through the problems.
707707
To make sure this functionality works as intended,

reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ data you are requesting and how frequently you are making requests.
12181218
## Exercises
12191219
12201220
Practice exercises for the material covered in this chapter
1221-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_02/worksheet_02.ipynb).
1221+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_reading/worksheet_reading.ipynb).
12221222
The worksheet tries to provide automated feedback
12231223
and help guide you through the problems.
12241224
To make sure this functionality works as intended,

regression1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ regression has both strengths and weaknesses. Some are listed here:
866866
## Exercises
867867

868868
Practice exercises for the material covered in this chapter
869-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_08/worksheet_08.ipynb).
869+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_regression1/worksheet_regression1.ipynb).
870870
The worksheet tries to provide automated feedback
871871
and help guide you through the problems.
872872
To make sure this functionality works as intended,

regression2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ that will serve you well when moving to more advanced books on the topic.
894894
## Exercises
895895

896896
Practice exercises for the material covered in this chapter
897-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_09/worksheet_09.ipynb).
897+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_regression2/worksheet_regression2.ipynb).
898898
The worksheet tries to provide automated feedback
899899
and help guide you through the problems.
900900
To make sure this functionality works as intended,

version-control.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ image_read("img/version_control/issue_06.png") |>
928928
## Exercises
929929

930930
Practice exercises for the material covered in this chapter
931-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_05/worksheet_05.ipynb).
931+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_version_control/worksheet_version_control.ipynb).
932932
The worksheet tries to provide automated feedback
933933
and help guide you through the problems.
934934
To make sure this functionality works as intended,

viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ knitr::include_graphics("img/png-vs-svg.png")
15091509
## Exercises
15101510

15111511
Practice exercises for the material covered in this chapter
1512-
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_04/worksheet_04.ipynb).
1512+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_viz/worksheet_viz.ipynb).
15131513
The worksheet tries to provide automated feedback
15141514
and help guide you through the problems.
15151515
To make sure this functionality works as intended,

0 commit comments

Comments
 (0)