Pratik26Dec commited on
Commit
a077e61
·
verified ·
1 Parent(s): 8edf487

Upload experiment_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_results.json +10 -0
experiment_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_params": {
3
+ "max_depth": null,
4
+ "min_samples_split": 2,
5
+ "n_estimators": 200
6
+ },
7
+ "best_cv_accuracy": 0.9036932104708202,
8
+ "test_accuracy": 0.9285714285714286,
9
+ "classification_report": " precision recall f1-score support\n\n 0 0.92 0.99 0.96 661\n 1 0.96 0.67 0.79 165\n\n accuracy 0.93 826\n macro avg 0.94 0.83 0.87 826\nweighted avg 0.93 0.93 0.92 826\n"
10
+ }