| # ST4 LinearSVC Subtask 4 | |
| This repository contains ST4 LinearSVC models for Subtask 4: | |
| - Hazard classification | |
| - Product classification | |
| - TF-IDF vectorizer | |
| Models trained using LinearSVC with class_weight='balanced' and C hyperparameter search. | |
| Usage: load the vectorizer and models with joblib to classify new incidents. | |