CoolFace
Datasetpublic

IntimateUser6969/text-classification-comparison

Text Classification Comparison: Supervised vs Unsupervised on stanfordnlp/imdb Dataset stanfordnlp/imdb (Maas et al., 2011) 50,000 IMDB movie reviews: 25,000 train / 25,000 test Binary sentiment: 0 (negative) / 1 (positive), perfectly balanced in both splits Preprocessing: TF-IDF (15,000 features, bigrams, sublinear TF, min_df=3) Models Chosen Model Type Key Reference Why Logistic Regression Linear supervised McFadden (1974); Ng &… See the full description on the dataset page: https://huggingface.co/datasets/IntimateUser6969/text-classification-comparison.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes19downloads
5 commits on main
4dda2d42mo ago

Upload results.json with huggingface_hub

IntimateUser6969
7d2f00c2mo ago

Update ML Intern artifact metadata

IntimateUser6969
6f908e92mo ago

Upload README.md with huggingface_hub

IntimateUser6969
99d608f2mo ago

Update ML Intern artifact metadata

IntimateUser6969
4e450e62mo ago

initial commit

IntimateUser6969