| { | |
| "model_type": "logit", | |
| "architecture": "TF-IDF + Lexical Features + Logistic Regression", | |
| "features": "tfidf_char_ngrams + 15_lexical_features", | |
| "num_classes": 2, | |
| "id2label": {"0": "legit", "1": "dga"}, | |
| "label2id": {"legit": 0, "dga": 1}, | |
| "framework": "sklearn", | |
| "weights_file": "artifacts.joblib", | |
| "train_families": 54, | |
| "train_rows": 845639 | |
| } | |