Skip to content

Commit febffa1

Browse files
authored
Merge pull request #121 from lgreski/master
Added article explaining use of binomial theorem
2 parents 18b7e95 + 318b3c1 commit febffa1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pml.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ permalink: /pml/
2222

2323
- [Comparing Supervised Learning Algorithms](http://www.dataschool.io/comparing-supervised-learning-algorithms/): Comparing 8 common supervised learning algorithms (for regression and classification) on 13 different dimensions.
2424

25-
## Comprehensive Notes
25+
## Content Related to the Lectures
2626

2727
- Complete notes for [Practical Machine Learning](http://sux13.github.io/DataScienceSpCourseNotes/)
28+
- [Week 4: Combining Predictors -- Math Explained](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/pml-combiningPredictorsBinomial.md)
2829

2930
## Configuring Github Pages with RStudio for PML Project
3031

3132
- Step by step instructions to [Configure Github Pages with RStudio](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/pml-ghPagesSetup.md) to support the PML course project.
3233

3334
## Improving Runtime Performance of Caret
3435

35-
- Step by step instructions to [implement parallel processing in caret::train()](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/pml-randomForestPerformance.md) on a random forest model, along with runtime performance analysis for a variety of laptops, ranging from an Intel Atom-based tablet to a quad-core i7 processor.
36+
- Step by step instructions to [implement parallel processing in caret::train()](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/pml-randomForestPerformance.md) on a random forest model, along with runtime performance analysis for a variety of laptops, ranging from an Intel Atom-based tablet to a quad-core i7 processor.
37+

rprog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ permalink: /rprog/
88

99
- [Strategy for Coding the Programming Assignments](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/makeItRun.md)
1010
- [Tutorial for those struggling with Programming Assignment 1](https://github.com/derekfranks/practice_assignment)
11+
- [Breaking Down pollutantmean](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-discussPollutantmean.md)
12+
- [A SAS Version of pollutantmean?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-pollutantmeanSASVersion.md)
1113
- [Tutorial for those struggling with Programming Assignment 2](https://github.com/DanieleP/PA2-clarifying_instructions)
1214
- [Tutorial for those struggling with Programming Assignment 3](https://github.com/DanieleP/PA3-tutorial)
1315
- [PA1-test: `testthat`, Unit Tests for Programming Assignment 1](https://github.com/cbryant1000/pa1test)

0 commit comments

Comments
 (0)