Upgraded torch and torchvision
Upgraded dependencies, fixed broken links to datasets
Upgraded service dependencies, switched to absolute import of functions, added unit test
Migrated to Python 3.11
Remove numpy version
Fix dependency issue
Unpack AG News vectorizer only when using either n-grams or TF-IDF
Load the GloVe-encoded AG News dataset
Migrate to Wikipedia-based GloVe
Parse dim argument for GloVe encoding
Parameterize embeddings dimensionality
Add support for GloVe encoding
Change CIFAR10 stddev
Type cast labels as int64
Fix length function for diabetes class
Add support for Pima Indians Diabetes dataset
Resolve KMNIST test data variable name issue
Fix text vectorization