This website requires JavaScript.
Explore
Help
Sign In
mik
/
ReClass
Watch
1
Star
0
Fork
0
You've already forked ReClass
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
01e21422766dfff95f2a3284f5914bc7cc88d127
ReClass
/
notebooks
History
charlie-rasberry
19c0d4bce3
Started dataset.py, added the ReviewDataset class and implemented the __init__, __len__ and __getitem__ methods. The __getitem__ method currently just returns the review text, but will be updated to return the tokenized review as a tensor
2026-02-19 18:45:55 +00:00
..
preprocessing_tagged.ipynb
Started dataset.py, added the ReviewDataset class and implemented the __init__, __len__ and __getitem__ methods. The __getitem__ method currently just returns the review text, but will be updated to return the tokenized review as a tensor
2026-02-19 18:45:55 +00:00
preprocessing_uber.ipynb
cleaned notebooks, finished datalabelling
2026-02-16 12:36:29 +00:00
rating_distribution.ipynb
cleaned notebooks, finished datalabelling
2026-02-16 12:36:29 +00:00
uber_cleaned.ipynb
cleaned notebooks, finished datalabelling
2026-02-16 12:36:29 +00:00
verify_tagged_distributions.ipynb
Preprocessed tagged datasets, fixed CSV formatting issues, and added integrity checks. Also saved mappings for later inference use.
2026-02-18 22:36:58 +00:00