Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
399bec4
unzipping and extracting all files from coraal.zip to notebook
BJ-KHALED Jul 18, 2024
7bd81c7
looking into files in the coraal directory
BJ-KHALED Jul 18, 2024
3b83047
working on eda of interview date and making a df
BJ-KHALED Jul 18, 2024
e81fec6
visual bar chart of interviews per year
BJ-KHALED Jul 18, 2024
8d57155
evaluation on other meta data now
BJ-KHALED Jul 18, 2024
b712645
pause for today
BJ-KHALED Jul 18, 2024
a805b36
doing EDA on metadata folder with 6 txt files
BJ-KHALED Jul 19, 2024
e09a2e3
comparing histograms to bar charts
BJ-KHALED Jul 19, 2024
3a17f87
test pushing data to branch to see if I get error and correcting error
BJ-KHALED Jul 19, 2024
d4cba21
evaluating different visuals for metadata folder
BJ-KHALED Jul 19, 2024
bffb055
column analysis for dfs
BJ-KHALED Jul 19, 2024
7d7928d
Identifying useful columns for features
BJ-KHALED Jul 19, 2024
fc7b5d4
cleaning up df for running in model
BJ-KHALED Jul 19, 2024
cdd2b27
eda on cleaning df to be readable by model
BJ-KHALED Jul 19, 2024
56127c3
evaluating differnt cleaning process for transcript_df
BJ-KHALED Jul 19, 2024
81bd396
checking over random samples of cleaned data for mistakes
BJ-KHALED Jul 19, 2024
1e2dd8c
pause on work
BJ-KHALED Jul 19, 2024
650340a
removing rows from transcript df of Special symbols and keeping puncu…
BJ-KHALED Jul 21, 2024
73260a6
pause on sampling of cleaned df
BJ-KHALED Jul 21, 2024
dbc1ca3
finished code
Aliya-Daire Jul 23, 2024
03e8ba4
finished code
Aliya-Daire Jul 23, 2024
001f1aa
finished code
Aliya-Daire Jul 23, 2024
bcc458e
finished code
Aliya-Daire Jul 23, 2024
126dd88
added gitignore file
Aliya-Daire Jul 23, 2024
9f175f0
updated code
Aliya-Daire Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

Expand All @@ -12,11 +13,13 @@ notebooks/cifar_net.pth
*.zip
*.csv
*.pdf
data/CORAAL/
data/download_coraal.py
notebooks/files.py

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/:wq

1,766 changes: 1,766 additions & 0 deletions LibriSpeech_edits.ipynb

Large diffs are not rendered by default.

1,766 changes: 1,766 additions & 0 deletions notebooks/LibriSpeech_edits.ipynb

Large diffs are not rendered by default.

Loading