Skip to content

Commit a484936

Browse files
committed
init
0 parents  commit a484936

11 files changed

+1759
-0
lines changed

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Myers-Briggs Personality Type Prediction with Text Classification
2+
3+
Semester Project of course *Introduction to Machine Learning* (CompSci 289A) at UC Berkeley with Prof. Jonathan Shewchuk, Spring 2022
4+
5+
This repo is structured as following:
6+
7+
```
8+
.
9+
├── data
10+
│ ├── cleaned_mbti_train.csv # Cleaned train data
11+
│ ├── class16_mbti_map.npy # Cleaned test data
12+
│ └── class16_mbti_map.npy
13+
├── docs
14+
│ ├── Final_Project_Report.pdf # Final Project Report
15+
│ └── Final_Presentation_Slides.pdf # Project Presentation Slides
16+
├── notebooks # Collection of notebooks
17+
│ ├── bestmodels.ipynb # Best model with hyperparameter tuned for each classifier
18+
└── README.md
19+
```

Diff for: data/class16_mbti_map.npy

490 Bytes
Binary file not shown.

Diff for: data/cleaned_mbti_test.csv

+1,736
Large diffs are not rendered by default.

Diff for: doc/CS289 Final Project Report_latex.zip

198 KB
Binary file not shown.

Diff for: doc/Final_Presentation_Slides.pdf

697 KB
Binary file not shown.

Diff for: doc/Final_Project_Report.pdf

319 KB
Binary file not shown.

Diff for: doc/Project_Proposal.pdf

34 KB
Binary file not shown.

Diff for: notebook/bestmodels.ipynb

+1
Large diffs are not rendered by default.

Diff for: notebook/bestmodels_include_tuning.ipynb

+1
Large diffs are not rendered by default.

Diff for: notebook/glove_word_embedding.ipynb

+1
Large diffs are not rendered by default.

Diff for: notebook/pie_plot.ipynb

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)