File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ template:
77 danger : " #CA225E"
88 primary : " #CA225E"
99 includes :
10- in_header : |
11- <script defer data-domain="tidypredict.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
10+ in_header : |
11+ <script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
12+ <script defer data-domain="tidypredict.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
1213
1314figures :
1415 fig.width : 8
@@ -18,7 +19,7 @@ navbar:
1819 - text : Model list
1920 menu :
2021 - text : Linear Regression - lm()
21- href : articles/lm.html
22+ href : articles/lm.html
2223 - text : Generalized Regression - glm()
2324 href : articles/glm.html
2425 - text : Regularized Regression - glmnet()
@@ -33,22 +34,22 @@ navbar:
3334 href : articles/cubist.html
3435 - text : XGboost - xgb.Booster.complete()
3536 href : articles/xgboost.html
36- - text : Articles
37+ - text : Articles
3738 menu :
3839 - text : Save/Reload
3940 href : articles/save.html
40- - text : -------
41+ - text : ' -------'
4142 - text : Non-R models
4243 href : articles/non-r.html
4344 - text : Regression spec
4445 href : articles/regression.html
4546 - text : Tree model spec
4647 href : articles/tree.html
47- - text : -------
48+ - text : ' -------'
4849 - text : DB Writeback
49- href : articles/sql.html
50+ href : articles/sql.html
5051 - text : News
51- href : news/index.html
52+ href : news/index.html
5253 - text : Reference
5354 href : reference/index.html
5455
You can’t perform that action at this time.
0 commit comments