-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add linear reg & data analysis
- Loading branch information
1 parent
05a5051
commit 8fd9300
Showing
11 changed files
with
105,820 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.ipynb_checkpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Research Papers | ||
|
||
This repo contains papers and notebooks for my studies. | ||
|
||
## Topics | ||
|
||
- [Data Analysis](./data-analysis) | ||
- [Linear Regression](./linear-regression) | ||
- [Logistric Regression](./logistic-regression) | ||
- [Decision Trees]('./decision-trees) |
Oops, something went wrong.