Commit Graph

6 Commits

Author SHA1 Message Date
Chris Proctor
61eb5a150c Rename classifiers/ package to models/
Aligns module naming with the upcoming classification_neural lab,
which will use the same models/ package convention.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 10:57:25 -04:00
Chris Proctor
4a3e35a989 Add CLI option 2026-06-08 10:22:10 -04:00
Chris Proctor
bbe8054910 Simplify cleaning transformers and shorten module names
Move cleaning transformers into classifiers/cleaning.py (dropping the
separate cleaning package) and implement them as plain classes rather
than BaseEstimator/TransformerMixin subclasses, since Pipeline only
needs fit/transform via duck typing. Also rename feature_classifier.py
and bag_of_words.py to features.py and bow.py for brevity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 10:02:41 -04:00
Chris Proctor
5f6f171369 Streamline code 2026-06-08 09:43:29 -04:00
Chris Proctor
feeae0352b Rewrite lab with BoW 2026-06-07 08:55:58 -04:00
Chris Proctor
aaf5b17ad8 Initial commit 2026-06-06 21:36:59 -04:00