Skip to content

Commit

Permalink
testing strip
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis committed Jul 22, 2024
1 parent 8c6e125 commit c99e311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/strip-python-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install rmarkdown, knitr, and lintr packages
- name: Install rmarkdown package
run: |
R -e 'install.packages(c("rmarkdown"), repos="https://cloud.r-project.org")'
Expand Down
14 changes: 3 additions & 11 deletions PM1/python-linear-model-overfitting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 9,
"metadata": {
"id": "YTaOmenI7TfT"
},
Expand All @@ -44,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {
"id": "C57WYtYM7OL0",
"papermill": {
Expand All @@ -61,15 +61,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"p/n is: 1.0\n",
"R^2 is 1.0\n",
"Adjusted R^2 is nan\n",
"p/n is: 0.5\n",
"R^2 is 0.5232392347513539\n",
"Adjusted R^2 is 0.04647846950270784\n",
"p/n is: 0.05\n",
"R^2 is 0.05610356497156044\n",
"Adjusted R^2 is 0.006424805233221531\n"
"p/n is: 1.0\n"
]
}
],
Expand Down

0 comments on commit c99e311

Please sign in to comment.