Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 committed Oct 6, 2024
1 parent ded342a commit 4a3735f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Repo-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,19 @@
│ ├── Multivitamine Prediction
│ │ ├── multivitamins_data.csv
│ │ └── scrape.py
│ ├── Predicting Exam Score Using linear Regression
│ │ ├── Dataset
│ │ │ ├── README.md
│ │ │ └── student_exam_data.csv
│ │ ├── Images
│ │ │ ├── Applied LR.png
│ │ │ ├── Correleation.png
│ │ │ └── README.md
│ │ ├── Model
│ │ │ ├── Applying Linear Regression Model to Predict Exam Score.ipynb
│ │ │ └── README.md
│ │ ├── README.md
│ │ └── Requirements.txt
│ └── Twitter Sentiment Analysis
│ ├── README.md
│ ├── Twitter Sentiment Analysis.ipynb
Expand Down
13 changes: 13 additions & 0 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,19 @@
│ ├── Multivitamine Prediction
│ │ ├── multivitamins_data.csv
│ │ └── scrape.py
│ ├── Predicting Exam Score Using linear Regression
│ │ ├── Dataset
│ │ │ ├── README.md
│ │ │ └── student_exam_data.csv
│ │ ├── Images
│ │ │ ├── Applied LR.png
│ │ │ ├── Correleation.png
│ │ │ └── README.md
│ │ ├── Model
│ │ │ ├── Applying Linear Regression Model to Predict Exam Score.ipynb
│ │ │ └── README.md
│ │ ├── README.md
│ │ └── Requirements.txt
│ └── Twitter Sentiment Analysis
│ ├── README.md
│ ├── Twitter Sentiment Analysis.ipynb
Expand Down

0 comments on commit 4a3735f

Please sign in to comment.