Commit a8f1cd6
Add an article with minimal examples (#527)
* add article with minimal examples for fitting and predicting
* fix indentation
* all examples indented to get collapsing right
* make headers work within the collapsable section
* add id tags so that we can link to specific sections
* (failed) attempt to use the tag to link from help page to the article
* change order
* added links to pkgdown site in the help pages
* let GA build the site and deploy
* don't call it minimal because it's still quite a bit to take in
* add intro sentence
* add tensorflow for future examples
* more examples
`multinom_reg()`: nnet, keras
`mlp()`: nnet, keras
`mars()`: earth
* suppress auto-linking in section headings
* more examples
`logistic_reg()`: glm, glmnet, keras, LiblineaR, stan
`linear_reg()`: lm, glmnet, keras, stan
`decision_tree()`: rpart, C5.0
`boost_tree()`: xgboost, C5.0
* remove `set_mode()` when the model only has one mode
* added headings
* include info on model/mode/engine
Co-authored-by: Julia Silge <julia.silge@gmail.com>
* Update vignettes/articles/template-cls-multi-class.R
Co-authored-by: Julia Silge <julia.silge@gmail.com>
Co-authored-by: Julia Silge <julia.silge@gmail.com>1 parent f522f8f commit a8f1cd6
File tree
40 files changed
+1592
-1
lines changed- .github/workflows
- man
- rmd
- vignettes/articles
40 files changed
+1592
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
56 | 71 | | |
57 | 72 | | |
58 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments