PMDEVS commited on
Commit
491d219
·
1 Parent(s): fdce4c3

Upload XGBoost model and config files

Browse files
Files changed (2) hide show
  1. emit.joblib +3 -0
  2. emit_config.json +1 -0
emit.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4639b97aa3a9b954cd8f82b8aafc3fc8e1a08d44454bbdb32a4f6d0c9bcd6a09
3
+ size 988391
emit_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"objective": "binary:logistic", "eval_metric": "logloss", "use_label_encoder": false, "test_size": 0.1, "validation_size": 0.2, "train_size": 0.7}