Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit defc4cf

Browse files
authored
Merge pull request #5 from jl5000/patch-1
Add reference to CRAN Task View and minor typos
2 parents 6b53ff2 + e6414ca commit defc4cf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

00-intro.Rmd

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ familiarity with scripting in general and R in particular. The
77
workshop will offer a hands-on overview of typical machine learning
88
applications in R, including unsupervised (clustering, such as
99
hierarchical and k-means clustering, and dimensionality reduction,
10-
such as principal component analysis) and supervised (classification
11-
and regression, such as K-nearest neighbour and linear regression)
12-
methods. We will also address questions such as model selection using
10+
such as principal component analysis) and supervised methods (classification
11+
and regression, such as k-nearest neighbour and linear regression). We will also address questions such as model selection using
1312
cross-validation. The material has an important hands-on component and
1413
readers should have a computer running R 3.4.1 or later.
1514

@@ -22,7 +21,7 @@ readers should have a computer running R 3.4.1 or later.
2221
courses focuses on unsupervised and supervised methods.
2322

2423
- The course contains numerous exercises to provide numerous
25-
opportunity to apply the newly acquired material.
24+
opportunities to apply the newly acquired material.
2625

2726
- Participants are expected to be familiar with the R syntax and basic
2827
plotting functionality.
@@ -36,14 +35,14 @@ readers should have a computer running R 3.4.1 or later.
3635
R is one of the major languages for data science. It provides
3736
excellent visualisation features, which is essential to explore the
3837
data before submitting it to any automated learning, as well as
39-
assessing the results of the learning algorithm. Many R package
40-
for [machine learning](https://cran.r-project.org/) are available of
38+
assessing the results of the learning algorithm. Many R packages
39+
for [machine learning](https://cran.r-project.org/) are available off
4140
the shelf and many modern methods in statistical learning are
4241
implemented in R as part of their development.
4342

4443
There are however other viable alternatives that benefit from similar
45-
advantages. If we consider python for example,
46-
the [scikit-learn](http://scikit-learn.org/stable/index.html) software
44+
advantages. If we consider Python for example,
45+
the [scikit-learn](http://scikit-learn.org/stable/index.html) library
4746
provides all the tools that we will discuss in this course.
4847

4948
## Overview of machine learning (ML)
@@ -110,4 +109,6 @@ through the chapters:
110109
- `r CRANpkg("rpart")`
111110
- `r CRANpkg("rpart.plot")`
112111

113-
See the full session informtion for more details.
112+
See the full session information for more details.
113+
114+
A more comprehensive list of machine learning libraries in R can be found at the [CRAN Task View for Machine Learning and Statistical Learning](https://cran.r-project.org/web/views/MachineLearning.html).

0 commit comments

Comments
 (0)