Jason-42195 commited on
Commit
285c8c8
·
verified ·
1 Parent(s): 88450ee

Retrain branch2_v1: 3 features (sql_keyword_count, entropy, bigram_entropy), nu=0.001, scale_features=true

Browse files
Files changed (1) hide show
  1. branch2_v1/metadata.json +5 -8
branch2_v1/metadata.json CHANGED
@@ -1,15 +1,12 @@
1
  {
2
  "algorithm": "one_class_svm",
3
- "contamination": 0.005,
4
  "random_seed": 42,
5
- "scale_features": false,
6
- "log_transform_features": [
7
- "length"
8
- ],
9
  "feature_names": [
10
- "length",
11
- "special_char_ratio",
12
  "sql_keyword_count",
13
- "entropy"
 
14
  ]
15
  }
 
1
  {
2
  "algorithm": "one_class_svm",
3
+ "contamination": 0.001,
4
  "random_seed": 42,
5
+ "scale_features": true,
6
+ "log_transform_features": [],
 
 
7
  "feature_names": [
 
 
8
  "sql_keyword_count",
9
+ "entropy",
10
+ "bigram_entropy"
11
  ]
12
  }