th1enq commited on
Commit
d2d90d4
·
verified ·
1 Parent(s): 38c93e6

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "xgboost",
3
+ "task": "binary-classification",
4
+ "framework": "xgboost",
5
+ "tags": [
6
+ "xgboost",
7
+ "classification",
8
+ "phishing-detection"
9
+ ],
10
+ "pipeline_tag": "tabular-classification"
11
+ }