Skip to content

Commit

Permalink
Multiple features
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Sep 26, 2024
1 parent 807d0b6 commit 2ef5b30
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/notes/predictive-modeling/regression/linear.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
#format:
# html:
# code-fold: false
jupyter: python3
execute:
cache: true # re-render only when source changes
---

# Linear Regression with `sklearn`

Let's explore linear regression using an example dataset of student grades. Our goal will be to train a model to predict a student's grade given the number of hours they have studied.
Expand Down
Loading

0 comments on commit 2ef5b30

Please sign in to comment.