File size: 261 Bytes
efa5b75 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"algorithm": "one_class_svm",
"contamination": 0.005,
"random_seed": 42,
"scale_features": false,
"log_transform_features": [
"length"
],
"feature_names": [
"length",
"special_char_ratio",
"sql_keyword_count",
"entropy"
]
} |