sync random_forest config 0001
Browse files- machine_learning/random_forest/2way/config_0001/config.json +18 -0
- machine_learning/random_forest/2way/config_0001/metrics.json +7 -0
- machine_learning/random_forest/2way/config_0001/model.pkl +3 -0
- machine_learning/random_forest/2way/config_0001/report.json +36 -0
- machine_learning/random_forest/3way/config_0001/config.json +18 -0
- machine_learning/random_forest/3way/config_0001/metrics.json +7 -0
- machine_learning/random_forest/3way/config_0001/model.pkl +3 -0
- machine_learning/random_forest/3way/config_0001/report.json +37 -0
- machine_learning/random_forest/5way/config_0001/config.json +18 -0
- machine_learning/random_forest/5way/config_0001/metrics.json +7 -0
- machine_learning/random_forest/5way/config_0001/model.pkl +3 -0
- machine_learning/random_forest/5way/config_0001/report.json +39 -0
- machine_learning/random_forest/best_config.json +36 -0
- machine_learning/random_forest/results.csv +4 -0
machine_learning/random_forest/2way/config_0001/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm_name": "Random Forest",
|
| 3 |
+
"algorithm_slug": "random_forest",
|
| 4 |
+
"scheme": "2way",
|
| 5 |
+
"config_index": 1,
|
| 6 |
+
"n_classes": 2,
|
| 7 |
+
"n_train": 9531,
|
| 8 |
+
"n_test": 1273,
|
| 9 |
+
"feature_dim": 3074,
|
| 10 |
+
"embed_model": "text-embedding-3-small",
|
| 11 |
+
"random_seed": 42,
|
| 12 |
+
"class_weight": null,
|
| 13 |
+
"max_depth": null,
|
| 14 |
+
"max_features": "sqrt",
|
| 15 |
+
"min_samples_leaf": 1,
|
| 16 |
+
"min_samples_split": 2,
|
| 17 |
+
"n_estimators": 200
|
| 18 |
+
}
|
machine_learning/random_forest/2way/config_0001/metrics.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"accuracy": 0.6716417910447762,
|
| 3 |
+
"cohen_kappa": 0.27292130102807677,
|
| 4 |
+
"spearman_r": 0.3124884020592811,
|
| 5 |
+
"pearson_r": 0.312488402059281,
|
| 6 |
+
"train_time_s": 42.705482482910156
|
| 7 |
+
}
|
machine_learning/random_forest/2way/config_0001/model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c7c36e9c4e6473e56de17edaa2ac9e0d72cdc42514a65ad1049db4539c53b9c
|
| 3 |
+
size 25020497
|
machine_learning/random_forest/2way/config_0001/report.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm": "Random Forest",
|
| 3 |
+
"scheme": "2way",
|
| 4 |
+
"config_index": 1,
|
| 5 |
+
"mlflow_run_id": "a126c11405824bcdb024ed92e6fdcd77",
|
| 6 |
+
"model_logging_mode": "huggingface_pickle",
|
| 7 |
+
"params": {
|
| 8 |
+
"algorithm_name": "Random Forest",
|
| 9 |
+
"algorithm_slug": "random_forest",
|
| 10 |
+
"scheme": "2way",
|
| 11 |
+
"config_index": 1,
|
| 12 |
+
"n_classes": 2,
|
| 13 |
+
"n_train": 9531,
|
| 14 |
+
"n_test": 1273,
|
| 15 |
+
"feature_dim": 3074,
|
| 16 |
+
"embed_model": "text-embedding-3-small",
|
| 17 |
+
"random_seed": 42,
|
| 18 |
+
"class_weight": null,
|
| 19 |
+
"max_depth": null,
|
| 20 |
+
"max_features": "sqrt",
|
| 21 |
+
"min_samples_leaf": 1,
|
| 22 |
+
"min_samples_split": 2,
|
| 23 |
+
"n_estimators": 200
|
| 24 |
+
},
|
| 25 |
+
"metrics": {
|
| 26 |
+
"accuracy": 0.6716417910447762,
|
| 27 |
+
"cohen_kappa": 0.27292130102807677,
|
| 28 |
+
"spearman_r": 0.3124884020592811,
|
| 29 |
+
"pearson_r": 0.312488402059281,
|
| 30 |
+
"train_time_s": 42.705482482910156
|
| 31 |
+
},
|
| 32 |
+
"label_names": {
|
| 33 |
+
"0": "correct",
|
| 34 |
+
"1": "incorrect"
|
| 35 |
+
}
|
| 36 |
+
}
|
machine_learning/random_forest/3way/config_0001/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm_name": "Random Forest",
|
| 3 |
+
"algorithm_slug": "random_forest",
|
| 4 |
+
"scheme": "3way",
|
| 5 |
+
"config_index": 1,
|
| 6 |
+
"n_classes": 3,
|
| 7 |
+
"n_train": 9531,
|
| 8 |
+
"n_test": 1273,
|
| 9 |
+
"feature_dim": 3074,
|
| 10 |
+
"embed_model": "text-embedding-3-small",
|
| 11 |
+
"random_seed": 42,
|
| 12 |
+
"class_weight": null,
|
| 13 |
+
"max_depth": null,
|
| 14 |
+
"max_features": "sqrt",
|
| 15 |
+
"min_samples_leaf": 1,
|
| 16 |
+
"min_samples_split": 2,
|
| 17 |
+
"n_estimators": 200
|
| 18 |
+
}
|
machine_learning/random_forest/3way/config_0001/metrics.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"accuracy": 0.6017282010997643,
|
| 3 |
+
"cohen_kappa": 0.3669449681123824,
|
| 4 |
+
"spearman_r": 0.47314668345888833,
|
| 5 |
+
"pearson_r": 0.47224489523345975,
|
| 6 |
+
"train_time_s": 41.56423211097717
|
| 7 |
+
}
|
machine_learning/random_forest/3way/config_0001/model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c998b0bf9abdee8260f97f90db4cef1b0fffe6ddd4edc6177a678938a7557ca3
|
| 3 |
+
size 40054661
|
machine_learning/random_forest/3way/config_0001/report.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm": "Random Forest",
|
| 3 |
+
"scheme": "3way",
|
| 4 |
+
"config_index": 1,
|
| 5 |
+
"mlflow_run_id": "9e2a94a36b6845e7bf8cd6db9a7b00c1",
|
| 6 |
+
"model_logging_mode": "huggingface_pickle",
|
| 7 |
+
"params": {
|
| 8 |
+
"algorithm_name": "Random Forest",
|
| 9 |
+
"algorithm_slug": "random_forest",
|
| 10 |
+
"scheme": "3way",
|
| 11 |
+
"config_index": 1,
|
| 12 |
+
"n_classes": 3,
|
| 13 |
+
"n_train": 9531,
|
| 14 |
+
"n_test": 1273,
|
| 15 |
+
"feature_dim": 3074,
|
| 16 |
+
"embed_model": "text-embedding-3-small",
|
| 17 |
+
"random_seed": 42,
|
| 18 |
+
"class_weight": null,
|
| 19 |
+
"max_depth": null,
|
| 20 |
+
"max_features": "sqrt",
|
| 21 |
+
"min_samples_leaf": 1,
|
| 22 |
+
"min_samples_split": 2,
|
| 23 |
+
"n_estimators": 200
|
| 24 |
+
},
|
| 25 |
+
"metrics": {
|
| 26 |
+
"accuracy": 0.6017282010997643,
|
| 27 |
+
"cohen_kappa": 0.3669449681123824,
|
| 28 |
+
"spearman_r": 0.47314668345888833,
|
| 29 |
+
"pearson_r": 0.47224489523345975,
|
| 30 |
+
"train_time_s": 41.56423211097717
|
| 31 |
+
},
|
| 32 |
+
"label_names": {
|
| 33 |
+
"0": "correct",
|
| 34 |
+
"1": "contradictory",
|
| 35 |
+
"2": "incorrect"
|
| 36 |
+
}
|
| 37 |
+
}
|
machine_learning/random_forest/5way/config_0001/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm_name": "Random Forest",
|
| 3 |
+
"algorithm_slug": "random_forest",
|
| 4 |
+
"scheme": "5way",
|
| 5 |
+
"config_index": 1,
|
| 6 |
+
"n_classes": 5,
|
| 7 |
+
"n_train": 9531,
|
| 8 |
+
"n_test": 1273,
|
| 9 |
+
"feature_dim": 3074,
|
| 10 |
+
"embed_model": "text-embedding-3-small",
|
| 11 |
+
"random_seed": 42,
|
| 12 |
+
"class_weight": null,
|
| 13 |
+
"max_depth": null,
|
| 14 |
+
"max_features": "sqrt",
|
| 15 |
+
"min_samples_leaf": 1,
|
| 16 |
+
"min_samples_split": 2,
|
| 17 |
+
"n_estimators": 200
|
| 18 |
+
}
|
machine_learning/random_forest/5way/config_0001/metrics.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"accuracy": 0.5428122545168892,
|
| 3 |
+
"cohen_kappa": 0.2985688033787488,
|
| 4 |
+
"spearman_r": 0.41100000957780275,
|
| 5 |
+
"pearson_r": 0.40848719536406114,
|
| 6 |
+
"train_time_s": 42.28361749649048
|
| 7 |
+
}
|
machine_learning/random_forest/5way/config_0001/model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:541d4b42a5393a72c38c80328cb8bfd43126607921f5e2af6498d3a61b401a01
|
| 3 |
+
size 54372485
|
machine_learning/random_forest/5way/config_0001/report.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm": "Random Forest",
|
| 3 |
+
"scheme": "5way",
|
| 4 |
+
"config_index": 1,
|
| 5 |
+
"mlflow_run_id": "eb352d9d493f4266af7890a555be85a9",
|
| 6 |
+
"model_logging_mode": "huggingface_pickle",
|
| 7 |
+
"params": {
|
| 8 |
+
"algorithm_name": "Random Forest",
|
| 9 |
+
"algorithm_slug": "random_forest",
|
| 10 |
+
"scheme": "5way",
|
| 11 |
+
"config_index": 1,
|
| 12 |
+
"n_classes": 5,
|
| 13 |
+
"n_train": 9531,
|
| 14 |
+
"n_test": 1273,
|
| 15 |
+
"feature_dim": 3074,
|
| 16 |
+
"embed_model": "text-embedding-3-small",
|
| 17 |
+
"random_seed": 42,
|
| 18 |
+
"class_weight": null,
|
| 19 |
+
"max_depth": null,
|
| 20 |
+
"max_features": "sqrt",
|
| 21 |
+
"min_samples_leaf": 1,
|
| 22 |
+
"min_samples_split": 2,
|
| 23 |
+
"n_estimators": 200
|
| 24 |
+
},
|
| 25 |
+
"metrics": {
|
| 26 |
+
"accuracy": 0.5428122545168892,
|
| 27 |
+
"cohen_kappa": 0.2985688033787488,
|
| 28 |
+
"spearman_r": 0.41100000957780275,
|
| 29 |
+
"pearson_r": 0.40848719536406114,
|
| 30 |
+
"train_time_s": 42.28361749649048
|
| 31 |
+
},
|
| 32 |
+
"label_names": {
|
| 33 |
+
"0": "correct",
|
| 34 |
+
"1": "partially_correct_incomplete",
|
| 35 |
+
"2": "contradictory",
|
| 36 |
+
"3": "irrelevant",
|
| 37 |
+
"4": "non_domain"
|
| 38 |
+
}
|
| 39 |
+
}
|
machine_learning/random_forest/best_config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm": "Random Forest",
|
| 3 |
+
"scheme": "2way",
|
| 4 |
+
"config_index": 1,
|
| 5 |
+
"mlflow_run_id": "a126c11405824bcdb024ed92e6fdcd77",
|
| 6 |
+
"model_logging_mode": "huggingface_pickle",
|
| 7 |
+
"params": {
|
| 8 |
+
"algorithm_name": "Random Forest",
|
| 9 |
+
"algorithm_slug": "random_forest",
|
| 10 |
+
"scheme": "2way",
|
| 11 |
+
"config_index": 1,
|
| 12 |
+
"n_classes": 2,
|
| 13 |
+
"n_train": 9531,
|
| 14 |
+
"n_test": 1273,
|
| 15 |
+
"feature_dim": 3074,
|
| 16 |
+
"embed_model": "text-embedding-3-small",
|
| 17 |
+
"random_seed": 42,
|
| 18 |
+
"class_weight": null,
|
| 19 |
+
"max_depth": null,
|
| 20 |
+
"max_features": "sqrt",
|
| 21 |
+
"min_samples_leaf": 1,
|
| 22 |
+
"min_samples_split": 2,
|
| 23 |
+
"n_estimators": 200
|
| 24 |
+
},
|
| 25 |
+
"metrics": {
|
| 26 |
+
"accuracy": 0.6716417910447762,
|
| 27 |
+
"cohen_kappa": 0.27292130102807677,
|
| 28 |
+
"spearman_r": 0.3124884020592811,
|
| 29 |
+
"pearson_r": 0.312488402059281,
|
| 30 |
+
"train_time_s": 42.705482482910156
|
| 31 |
+
},
|
| 32 |
+
"label_names": {
|
| 33 |
+
"0": "correct",
|
| 34 |
+
"1": "incorrect"
|
| 35 |
+
}
|
| 36 |
+
}
|
machine_learning/random_forest/results.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
algorithm,scheme,config_index,mlflow_run_id,model_logging_mode,class_weight,max_depth,max_features,min_samples_leaf,min_samples_split,n_estimators,accuracy,cohen_kappa,spearman_r,pearson_r,train_time_s
|
| 2 |
+
Random Forest,5way,1,eb352d9d493f4266af7890a555be85a9,huggingface_pickle,,,sqrt,1,2,200,0.5428122545168892,0.2985688033787488,0.41100000957780275,0.40848719536406114,42.28361749649048
|
| 3 |
+
Random Forest,3way,1,9e2a94a36b6845e7bf8cd6db9a7b00c1,huggingface_pickle,,,sqrt,1,2,200,0.6017282010997643,0.3669449681123824,0.47314668345888833,0.47224489523345975,41.56423211097717
|
| 4 |
+
Random Forest,2way,1,a126c11405824bcdb024ed92e6fdcd77,huggingface_pickle,,,sqrt,1,2,200,0.6716417910447762,0.27292130102807677,0.3124884020592811,0.312488402059281,42.705482482910156
|