Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
84b389d
Draft versions of Data Science logo and individual elements used to c…
henrykaplan Nov 30, 2021
97d8d5e
Adding flattened version H4LA logo text
henrykaplan Apr 14, 2022
207e056
Link to logo files and add png and svg logo formats.
henrykaplan May 4, 2022
2d4c7c7
Merge pull request #164 from hackforla/160-survey-repo-labels
rbianchetti Jun 27, 2022
55273ea
Merge pull request #158 from henrykaplan/logo
henrykaplan Sep 15, 2022
c8e6a19
Add files via upload
willa-mannering Oct 24, 2022
1a60114
adding directory for la cime analysis
Lalla22 Oct 17, 2023
aaed528
git c
Lalla22 Oct 17, 2023
3e73404
Merge pull request #184 from hackforla/lalla_la_crime_analysis_2
Lalla22 Oct 17, 2023
17d7cf0
Create README.md
Lalla22 Oct 17, 2023
48f8683
Merge pull request #185 from hackforla/lalla_la_crime_analysis_2
Lalla22 Oct 17, 2023
dff8a8a
Adding bigram analysis on feedback from workshop
MalakH21 Jun 3, 2021
5d2a291
fix name of image to work with Windows
salice Feb 20, 2024
a7d62b5
Merge pull request #195 from hackforla/rename-images
salice Feb 20, 2024
e21ed3a
186 Adding Crime Data
dolla24 Feb 20, 2024
1280729
Merge pull request #196 from hackforla/186-Hack4LAcrime-
dolla24 Feb 20, 2024
ae6f789
DivyaPrakash_Commit1
MDivyaPrakash Mar 26, 2024
7b58207
Create CleaningRules
mru-hub Apr 8, 2024
5e892e4
Cleaning rules from the 311-data
mru-hub Apr 14, 2024
5b2c04f
Remove CleaningRules
mru-hub Apr 14, 2024
8ba5bce
Merge pull request #199 from hackforla/177-create-311-data-csv-files-…
salice Apr 16, 2024
b405d2e
Added data loading and cleaning Jupyter notebook
mru-hub Jun 18, 2024
d6a2aae
Create Data_csvfiles
mru-hub Jun 18, 2024
0acc68b
Pushing_Documentation
MDivyaPrakash Jun 24, 2024
57a3078
Merge pull request #205 from hackforla/177-create-311-data-csv-files-…
salice Jun 25, 2024
7b7b3fb
Adding Cleaning script version2
mru-hub Aug 19, 2024
9b84c5b
Update README.md
tpham16 Oct 29, 2024
b0bbb8e
Merge pull request #215 from hackforla/tpham16-patch-1
venkata-sai-swathi Jan 17, 2025
c2d1979
Update README.md
ExperimentsInHonesty Aug 11, 2025
73e8239
Temporary upload of webscraping tutorial along with other data collec…
parcheesime Sep 19, 2025
97134ea
Add files via upload
mru-hub Oct 14, 2025
6b56334
Update README.md
mru-hub Oct 14, 2025
48eaed7
Update README.md
mru-hub Oct 14, 2025
70ceafa
Update README.md
mru-hub Oct 14, 2025
0bb769f
Update README.md for project overview and usage
mru-hub Oct 25, 2025
901d8c4
Merge pull request #261 from hackforla/mru-hub-patch-3
chinaexpert1 Oct 27, 2025
522f678
Add Wikipedia Representation Gaps analysis project
ashhik96 Nov 18, 2025
e4897e0
Web Scraping
niralishah8539 Jan 13, 2026
b798ae1
Add web-scraping folder and README
niralishah8539 Jan 13, 2026
0aff643
Add files via upload
niralishah8539 Jan 13, 2026
0dd76ca
Add Wikipedia Equity Analysis project
LixinTu Jan 27, 2026
e4737cb
Fix: Upload actual files (remove embedded git)
LixinTu Jan 27, 2026
5c0c08e
Update README.md
niralishah8539 Feb 7, 2026
f6b1d0a
Merge pull request #265 from hackforla/lixin-wiki-project
chinaexpert1 Feb 10, 2026
9074ecb
added base scripts, and first pass at the setup, training and serving…
bartleyn Feb 24, 2026
c2aed37
update mlruns trash directory
bartleyn Feb 24, 2026
73a7c5d
Merge pull request #267 from hackforla/niralishah8539-patch-1
chinaexpert1 Apr 14, 2026
37289fc
Merge pull request #268 from hackforla/244-setup-template-tutorial
chinaexpert1 May 19, 2026
9476e44
Merge pull request #263 from ashhik96/wiki-gaps-project
chinaexpert1 Jun 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*.DS_Store
*.pyc
*.csv
*.tsv
*/__pycache__/*
*/pytest_cache/*
*.coverage*
*.db
*.DS_Store
*.pyc
*.csv
*.tsv
*/__pycache__/*
*/pytest_cache/*
*.coverage*
*.db
Loading