Skip to content

Commit

Permalink
chore: add linear reg & data analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
brycemcwilliams committed Mar 22, 2020
1 parent 05a5051 commit 8fd9300
Show file tree
Hide file tree
Showing 11 changed files with 105,820 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ipynb_checkpoints
10 changes: 10 additions & 0 deletions README.md
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)
Loading

0 comments on commit 8fd9300

Please sign in to comment.