Skip to content

Commit e185f4f

Browse files
authored
Update README.md
1 parent 4629236 commit e185f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ OR
4646
run the script `installer.R` in R Studio.
4747

4848

49-
## Extra credit
49+
## Extra credit exercise
5050

5151
For extra credit, do these problems.
5252

5353
* Download data from
5454

5555
https://github.com/neelsoumya/teaching_reproducible_science_R/blob/main/metagene_score.csv
5656

57-
and train a classifier to predict yes/no (flag_yes_no). This would be a binary classifier. Do this with cross-validation.
57+
and train a classifier to predict yes/no (flag_yes_no). This would be a binary classifier. Do this with cross-validation. Write your own R code to do this task. You can work in groups. Do this in class.
5858

5959
The data is also available here
6060

@@ -64,7 +64,7 @@ https://github.com/neelsoumya/practical_supervised_machine_learning/blob/main/me
6464

6565
https://archive.ics.uci.edu/dataset/2/adult
6666

67-
and train a classifier to predict if income > 50K or < 50K (binary classifier). Do this with cross-validation.
67+
and train a classifier to predict if income > 50K or < 50K (binary classifier). Do this with cross-validation. Write your own R code to do this task. You can work in groups. Do this in class.
6868

6969
The data is also available in the `adult` folder here
7070

0 commit comments

Comments
 (0)