| { | |
| "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" | |
| ] | |
| } |
| { | |
| "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" | |
| ] | |
| } |