diff --git a/machine_learning/random_forest/2way/config_0011/config.json b/machine_learning/random_forest/2way/config_0011/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0713cd50daa2d2fbdc9c418a941de14756875a08 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0011/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 11, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 400 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0011/metrics.json b/machine_learning/random_forest/2way/config_0011/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..cd90af6221161741e7dd5d2b01ab781a3a913598 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0011/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.6739984289080911, + "cohen_kappa": 0.27222770961018417, + "spearman_r": 0.3239056844770452, + "pearson_r": 0.3239056844770452, + "train_time_s": 79.40457248687744 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0011/model.pkl b/machine_learning/random_forest/2way/config_0011/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..42adc8e24a5a4a32a73c2fcfedc4aa570a3d70f0 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0011/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f0730ebc03f989ec8855fbfa1ae69391768e447f6c162ef78e157b10e5deda +size 43294498 diff --git a/machine_learning/random_forest/2way/config_0011/report.json b/machine_learning/random_forest/2way/config_0011/report.json new file mode 100644 index 0000000000000000000000000000000000000000..cea766e252349258ca8d2c4b834825cac37be1e1 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0011/report.json @@ -0,0 +1,36 @@ +{ + "algorithm": "Random Forest", + "scheme": "2way", + "config_index": 11, + "mlflow_run_id": "a476809094dc42eb950f161ce0a37635", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 11, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 400 + }, + "metrics": { + "accuracy": 0.6739984289080911, + "cohen_kappa": 0.27222770961018417, + "spearman_r": 0.3239056844770452, + "pearson_r": 0.3239056844770452, + "train_time_s": 79.40457248687744 + }, + "label_names": { + "0": "correct", + "1": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0012/config.json b/machine_learning/random_forest/2way/config_0012/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3345c211c58ddcc1b0636b863324d3ac7aaf8bf4 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0012/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 12, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 600 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0012/metrics.json b/machine_learning/random_forest/2way/config_0012/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..2bccf4292eb1d36554dd6004cd5461b570cfbfd2 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0012/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.6739984289080911, + "cohen_kappa": 0.2730488890601285, + "spearman_r": 0.3230136503965126, + "pearson_r": 0.32301365039651253, + "train_time_s": 119.30413150787354 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0012/model.pkl b/machine_learning/random_forest/2way/config_0012/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..63137ada5cb119ee2b7ac77f0d4289e2c3004105 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0012/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c4e8530214f4d7977fbaf6acced6dfd0063c2b0e676bcd12c268e98adc9fdc +size 64955218 diff --git a/machine_learning/random_forest/2way/config_0012/report.json b/machine_learning/random_forest/2way/config_0012/report.json new file mode 100644 index 0000000000000000000000000000000000000000..b6f214f10c89e2ab8410e01d1c932aa6c8ca6488 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0012/report.json @@ -0,0 +1,36 @@ +{ + "algorithm": "Random Forest", + "scheme": "2way", + "config_index": 12, + "mlflow_run_id": "f288812ccd3546ba874d709f42dda34f", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 12, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 600 + }, + "metrics": { + "accuracy": 0.6739984289080911, + "cohen_kappa": 0.2730488890601285, + "spearman_r": 0.3230136503965126, + "pearson_r": 0.32301365039651253, + "train_time_s": 119.30413150787354 + }, + "label_names": { + "0": "correct", + "1": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0013/config.json b/machine_learning/random_forest/2way/config_0013/config.json new file mode 100644 index 0000000000000000000000000000000000000000..460faf53c97c18f8c2331cdaba68ad410db1aebe --- /dev/null +++ b/machine_learning/random_forest/2way/config_0013/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 13, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 200 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0013/metrics.json b/machine_learning/random_forest/2way/config_0013/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..5a0fd1e372dffcca06ee2abb83e671c12bd3766f --- /dev/null +++ b/machine_learning/random_forest/2way/config_0013/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.6630007855459544, + "cohen_kappa": 0.23951528789876864, + "spearman_r": 0.3037874914224478, + "pearson_r": 0.30378749142244726, + "train_time_s": 8.292577743530273 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0013/model.pkl b/machine_learning/random_forest/2way/config_0013/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8e585add40be47bc77784e8817b1d35e8eabb976 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0013/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77190569b6f3289c647f15e944aace4da72c3de9474a44eebee076f14e65ef38 +size 34669617 diff --git a/machine_learning/random_forest/2way/config_0013/report.json b/machine_learning/random_forest/2way/config_0013/report.json new file mode 100644 index 0000000000000000000000000000000000000000..b32268f563967bf299c797740b201b190f70bccc --- /dev/null +++ b/machine_learning/random_forest/2way/config_0013/report.json @@ -0,0 +1,36 @@ +{ + "algorithm": "Random Forest", + "scheme": "2way", + "config_index": 13, + "mlflow_run_id": "979e8aba07ca498f89af75115ee86779", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 13, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 200 + }, + "metrics": { + "accuracy": 0.6630007855459544, + "cohen_kappa": 0.23951528789876864, + "spearman_r": 0.3037874914224478, + "pearson_r": 0.30378749142244726, + "train_time_s": 8.292577743530273 + }, + "label_names": { + "0": "correct", + "1": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0014/config.json b/machine_learning/random_forest/2way/config_0014/config.json new file mode 100644 index 0000000000000000000000000000000000000000..92cd274e1ad3bc844a956658ae28ee66f2efc757 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0014/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 14, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 400 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0014/metrics.json b/machine_learning/random_forest/2way/config_0014/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..4c5ed99a8dfc323572d7a87707ceeb05e3be4050 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0014/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.6582875098193244, + "cohen_kappa": 0.2306361730417349, + "spearman_r": 0.28817996945457386, + "pearson_r": 0.28817996945457414, + "train_time_s": 16.599787950515747 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0014/model.pkl b/machine_learning/random_forest/2way/config_0014/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..14202fce0e4afd4d6d8c7ca04a29112fdeb24d92 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0014/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cdbd702e6ea32b2068e3f333e654a397897df8457842697af0144636dbd7e6 +size 69312898 diff --git a/machine_learning/random_forest/2way/config_0014/report.json b/machine_learning/random_forest/2way/config_0014/report.json new file mode 100644 index 0000000000000000000000000000000000000000..159463d3651150374bc20f35065562e4321e7e69 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0014/report.json @@ -0,0 +1,36 @@ +{ + "algorithm": "Random Forest", + "scheme": "2way", + "config_index": 14, + "mlflow_run_id": "19a1086c2aa34bdba9047f2a96374749", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 14, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 400 + }, + "metrics": { + "accuracy": 0.6582875098193244, + "cohen_kappa": 0.2306361730417349, + "spearman_r": 0.28817996945457386, + "pearson_r": 0.28817996945457414, + "train_time_s": 16.599787950515747 + }, + "label_names": { + "0": "correct", + "1": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0015/config.json b/machine_learning/random_forest/2way/config_0015/config.json new file mode 100644 index 0000000000000000000000000000000000000000..fbfa90a6d3e5732ab990c446e2472aec0c0e7200 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0015/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 15, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 600 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0015/metrics.json b/machine_learning/random_forest/2way/config_0015/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..55dcb55c7ebd2ede891444511f4c97ae15a124b6 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0015/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.6582875098193244, + "cohen_kappa": 0.22975865757361225, + "spearman_r": 0.289207507657626, + "pearson_r": 0.2892075076576255, + "train_time_s": 24.94986915588379 +} \ No newline at end of file diff --git a/machine_learning/random_forest/2way/config_0015/model.pkl b/machine_learning/random_forest/2way/config_0015/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d906e1b67a96920c7439d3d69e89716b56cac9f2 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0015/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794eff8f5100a85690f7ad9ec1df53c519e90b18e3d580291f5174a325710756 +size 103945938 diff --git a/machine_learning/random_forest/2way/config_0015/report.json b/machine_learning/random_forest/2way/config_0015/report.json new file mode 100644 index 0000000000000000000000000000000000000000..69b06520663c8b857b6d96094f0ab1abd6136090 --- /dev/null +++ b/machine_learning/random_forest/2way/config_0015/report.json @@ -0,0 +1,36 @@ +{ + "algorithm": "Random Forest", + "scheme": "2way", + "config_index": 15, + "mlflow_run_id": "fe0908d5725e4decb3961c6b12e43c90", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "2way", + "config_index": 15, + "n_classes": 2, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 600 + }, + "metrics": { + "accuracy": 0.6582875098193244, + "cohen_kappa": 0.22975865757361225, + "spearman_r": 0.289207507657626, + "pearson_r": 0.2892075076576255, + "train_time_s": 24.94986915588379 + }, + "label_names": { + "0": "correct", + "1": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0011/config.json b/machine_learning/random_forest/3way/config_0011/config.json new file mode 100644 index 0000000000000000000000000000000000000000..f530971b0e080ad095c567fedfdb3adc6fd096cf --- /dev/null +++ b/machine_learning/random_forest/3way/config_0011/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 11, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 400 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0011/metrics.json b/machine_learning/random_forest/3way/config_0011/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..db07f3c72d401cdc97998b52309d3cb99b79f30c --- /dev/null +++ b/machine_learning/random_forest/3way/config_0011/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.579732914375491, + "cohen_kappa": 0.3339973264254583, + "spearman_r": 0.44537260830625036, + "pearson_r": 0.44303673704266, + "train_time_s": 77.72870755195618 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0011/model.pkl b/machine_learning/random_forest/3way/config_0011/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..095fc850342b4425b1d8c0cd25bf879ca7757f01 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0011/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e78decb0a9a76197ca09a7ba44661e74b6f4a9be1dfc621c8c38d5e7a2141c6 +size 64839062 diff --git a/machine_learning/random_forest/3way/config_0011/report.json b/machine_learning/random_forest/3way/config_0011/report.json new file mode 100644 index 0000000000000000000000000000000000000000..2b5ef3ade887c5955682bdd48f0658b86c8b0fed --- /dev/null +++ b/machine_learning/random_forest/3way/config_0011/report.json @@ -0,0 +1,37 @@ +{ + "algorithm": "Random Forest", + "scheme": "3way", + "config_index": 11, + "mlflow_run_id": "381d30800e2d48e0b31ae5127aae2870", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 11, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 400 + }, + "metrics": { + "accuracy": 0.579732914375491, + "cohen_kappa": 0.3339973264254583, + "spearman_r": 0.44537260830625036, + "pearson_r": 0.44303673704266, + "train_time_s": 77.72870755195618 + }, + "label_names": { + "0": "correct", + "1": "contradictory", + "2": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0012/config.json b/machine_learning/random_forest/3way/config_0012/config.json new file mode 100644 index 0000000000000000000000000000000000000000..d7cde9e9c9d679c1fd3812c92043670d3c7a367e --- /dev/null +++ b/machine_learning/random_forest/3way/config_0012/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 12, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 600 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0012/metrics.json b/machine_learning/random_forest/3way/config_0012/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..a3a089967b5c79b4d7998760a7f1929afb52fac6 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0012/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5805184603299293, + "cohen_kappa": 0.3356735547487699, + "spearman_r": 0.44599733235342714, + "pearson_r": 0.44333222871302924, + "train_time_s": 116.56662845611572 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0012/model.pkl b/machine_learning/random_forest/3way/config_0012/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..480922c59508ea702b9024b11d9875beeeb36311 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0012/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146031f468a4d63b18c7c53ec1774b611e86bb6f8f06622458afa50686579cc1 +size 97217510 diff --git a/machine_learning/random_forest/3way/config_0012/report.json b/machine_learning/random_forest/3way/config_0012/report.json new file mode 100644 index 0000000000000000000000000000000000000000..1f206f263452c8322b291dcc643add31395a247b --- /dev/null +++ b/machine_learning/random_forest/3way/config_0012/report.json @@ -0,0 +1,37 @@ +{ + "algorithm": "Random Forest", + "scheme": "3way", + "config_index": 12, + "mlflow_run_id": "96437ce24bc8453797a451734d640fa7", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 12, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 600 + }, + "metrics": { + "accuracy": 0.5805184603299293, + "cohen_kappa": 0.3356735547487699, + "spearman_r": 0.44599733235342714, + "pearson_r": 0.44333222871302924, + "train_time_s": 116.56662845611572 + }, + "label_names": { + "0": "correct", + "1": "contradictory", + "2": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0013/config.json b/machine_learning/random_forest/3way/config_0013/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5e488daa893231f24cea0bcb1f7da348938bb210 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0013/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 13, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 200 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0013/metrics.json b/machine_learning/random_forest/3way/config_0013/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..58241b9b03550077c82375c42ee14f7947279491 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0013/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5302435192458759, + "cohen_kappa": 0.2615156868280314, + "spearman_r": 0.33868372649611206, + "pearson_r": 0.3373285716728122, + "train_time_s": 8.604578495025635 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0013/model.pkl b/machine_learning/random_forest/3way/config_0013/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d36e39fdf38f055eb75a2ab23eb0f31c823772f9 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0013/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315eab6f855bd447c7daabf1dc0eac8c3e95a6b9f658b5d29354c73b7e1c40ca +size 53692589 diff --git a/machine_learning/random_forest/3way/config_0013/report.json b/machine_learning/random_forest/3way/config_0013/report.json new file mode 100644 index 0000000000000000000000000000000000000000..aea652c864c111ab701fa1688555e800a426746c --- /dev/null +++ b/machine_learning/random_forest/3way/config_0013/report.json @@ -0,0 +1,37 @@ +{ + "algorithm": "Random Forest", + "scheme": "3way", + "config_index": 13, + "mlflow_run_id": "9d3a18746ff4455d9e9940e642bfe14a", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 13, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 200 + }, + "metrics": { + "accuracy": 0.5302435192458759, + "cohen_kappa": 0.2615156868280314, + "spearman_r": 0.33868372649611206, + "pearson_r": 0.3373285716728122, + "train_time_s": 8.604578495025635 + }, + "label_names": { + "0": "correct", + "1": "contradictory", + "2": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0014/config.json b/machine_learning/random_forest/3way/config_0014/config.json new file mode 100644 index 0000000000000000000000000000000000000000..da0999d0c6b37867949d503c34f6eeb407b944d2 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0014/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 14, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 400 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0014/metrics.json b/machine_learning/random_forest/3way/config_0014/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..ebe4d11b0806f633375aebad0288aaa993319a5d --- /dev/null +++ b/machine_learning/random_forest/3way/config_0014/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5380989787902593, + "cohen_kappa": 0.27358093223217483, + "spearman_r": 0.3586384180530989, + "pearson_r": 0.3564003478021159, + "train_time_s": 17.07079029083252 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0014/model.pkl b/machine_learning/random_forest/3way/config_0014/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9d1eb0806380d65cc2f52c5995492370d23d2923 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0014/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73854483391bd7d6d4254c994b5570acf1d1de4505446e841aa2163e1f01f7d +size 107178230 diff --git a/machine_learning/random_forest/3way/config_0014/report.json b/machine_learning/random_forest/3way/config_0014/report.json new file mode 100644 index 0000000000000000000000000000000000000000..27dcdbd26bb671450c8925e52c8df5f5e145a2dc --- /dev/null +++ b/machine_learning/random_forest/3way/config_0014/report.json @@ -0,0 +1,37 @@ +{ + "algorithm": "Random Forest", + "scheme": "3way", + "config_index": 14, + "mlflow_run_id": "ff33356b9f5847969eb79ae74d21a1bd", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 14, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 400 + }, + "metrics": { + "accuracy": 0.5380989787902593, + "cohen_kappa": 0.27358093223217483, + "spearman_r": 0.3586384180530989, + "pearson_r": 0.3564003478021159, + "train_time_s": 17.07079029083252 + }, + "label_names": { + "0": "correct", + "1": "contradictory", + "2": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0015/config.json b/machine_learning/random_forest/3way/config_0015/config.json new file mode 100644 index 0000000000000000000000000000000000000000..52ffc04802e471c0ebdf409245e970470aeaaee4 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0015/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 15, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 600 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0015/metrics.json b/machine_learning/random_forest/3way/config_0015/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..b999a36f09baee563a43a66f85164007db71ce66 --- /dev/null +++ b/machine_learning/random_forest/3way/config_0015/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5263157894736842, + "cohen_kappa": 0.2560728480094432, + "spearman_r": 0.3391459714011688, + "pearson_r": 0.33690302488647544, + "train_time_s": 25.681862115859985 +} \ No newline at end of file diff --git a/machine_learning/random_forest/3way/config_0015/model.pkl b/machine_learning/random_forest/3way/config_0015/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c72947aeab23da22bbde8f1d17fe1c6091b73e1a --- /dev/null +++ b/machine_learning/random_forest/3way/config_0015/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f41b29c9e63d22a24329a2dd90e2e1f4904db1ee5d1b85a27080e847b8fa2e +size 160667742 diff --git a/machine_learning/random_forest/3way/config_0015/report.json b/machine_learning/random_forest/3way/config_0015/report.json new file mode 100644 index 0000000000000000000000000000000000000000..32f3c27fa738e073e8ae2e27e9bdec41805e592f --- /dev/null +++ b/machine_learning/random_forest/3way/config_0015/report.json @@ -0,0 +1,37 @@ +{ + "algorithm": "Random Forest", + "scheme": "3way", + "config_index": 15, + "mlflow_run_id": "949cf44570c244d19e76ef93b26f5e9b", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "3way", + "config_index": 15, + "n_classes": 3, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 600 + }, + "metrics": { + "accuracy": 0.5263157894736842, + "cohen_kappa": 0.2560728480094432, + "spearman_r": 0.3391459714011688, + "pearson_r": 0.33690302488647544, + "train_time_s": 25.681862115859985 + }, + "label_names": { + "0": "correct", + "1": "contradictory", + "2": "incorrect" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0011/config.json b/machine_learning/random_forest/5way/config_0011/config.json new file mode 100644 index 0000000000000000000000000000000000000000..fb9c49ab27e07bebf98e7ad9cab0505ff5905a14 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0011/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 11, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 400 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0011/metrics.json b/machine_learning/random_forest/5way/config_0011/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..750c2b4d81c02f6a9af2ab273f3975ef180352a1 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0011/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5600942655145326, + "cohen_kappa": 0.32055611311738064, + "spearman_r": 0.4432763686652964, + "pearson_r": 0.44429313871115733, + "train_time_s": 78.52678656578064 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0011/model.pkl b/machine_learning/random_forest/5way/config_0011/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a32ea6038a899b6c4045e18b3a87cef21eaa2e2c --- /dev/null +++ b/machine_learning/random_forest/5way/config_0011/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b79c019145d1868f7eff8cf79bc0f148ddb3f88d6f24a7d25cc4807b1d4ea53 +size 82938270 diff --git a/machine_learning/random_forest/5way/config_0011/report.json b/machine_learning/random_forest/5way/config_0011/report.json new file mode 100644 index 0000000000000000000000000000000000000000..62879a0a411c85e5a2908b10b587cc1d316c7a66 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0011/report.json @@ -0,0 +1,39 @@ +{ + "algorithm": "Random Forest", + "scheme": "5way", + "config_index": 11, + "mlflow_run_id": "f0c069d3b1f94a0cba8e88bb24296763", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 11, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 400 + }, + "metrics": { + "accuracy": 0.5600942655145326, + "cohen_kappa": 0.32055611311738064, + "spearman_r": 0.4432763686652964, + "pearson_r": 0.44429313871115733, + "train_time_s": 78.52678656578064 + }, + "label_names": { + "0": "correct", + "1": "partially_correct_incomplete", + "2": "contradictory", + "3": "irrelevant", + "4": "non_domain" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0012/config.json b/machine_learning/random_forest/5way/config_0012/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a110e8619017059d39302c4a3c22af5dc1f9453e --- /dev/null +++ b/machine_learning/random_forest/5way/config_0012/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 12, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 600 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0012/metrics.json b/machine_learning/random_forest/5way/config_0012/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..4ffa181107e67fcc95cfe7f3f54ad8dd0d7f9d46 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0012/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5616653574234093, + "cohen_kappa": 0.32346114540365145, + "spearman_r": 0.4441495797573503, + "pearson_r": 0.4440761881993979, + "train_time_s": 118.22990489006042 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0012/model.pkl b/machine_learning/random_forest/5way/config_0012/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f3ae05f7ac25960d9727bd0077b9e6187d221fb7 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0012/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09349f5e85e6428e8e1ae48e9418dd21d6e4185010b112101fd52aab071cc10 +size 124488246 diff --git a/machine_learning/random_forest/5way/config_0012/report.json b/machine_learning/random_forest/5way/config_0012/report.json new file mode 100644 index 0000000000000000000000000000000000000000..79b1559cf5b06aa9af5e0f6e2eb56f214b603223 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0012/report.json @@ -0,0 +1,39 @@ +{ + "algorithm": "Random Forest", + "scheme": "5way", + "config_index": 12, + "mlflow_run_id": "03a42b9374dc47a490e034f1fddc76c8", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 12, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "sqrt", + "min_samples_leaf": 2, + "min_samples_split": 5, + "n_estimators": 600 + }, + "metrics": { + "accuracy": 0.5616653574234093, + "cohen_kappa": 0.32346114540365145, + "spearman_r": 0.4441495797573503, + "pearson_r": 0.4440761881993979, + "train_time_s": 118.22990489006042 + }, + "label_names": { + "0": "correct", + "1": "partially_correct_incomplete", + "2": "contradictory", + "3": "irrelevant", + "4": "non_domain" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0013/config.json b/machine_learning/random_forest/5way/config_0013/config.json new file mode 100644 index 0000000000000000000000000000000000000000..895aef9426861be7b08fce65ea991a7748fb021f --- /dev/null +++ b/machine_learning/random_forest/5way/config_0013/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 13, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 200 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0013/metrics.json b/machine_learning/random_forest/5way/config_0013/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..1c756e767c95a6e0ada169476a92ea210816a76d --- /dev/null +++ b/machine_learning/random_forest/5way/config_0013/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5271013354281225, + "cohen_kappa": 0.273660076638811, + "spearman_r": 0.36842528450946166, + "pearson_r": 0.36987836951585845, + "train_time_s": 8.829401731491089 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0013/model.pkl b/machine_learning/random_forest/5way/config_0013/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b397f24ce8b91566644a5c6446354b690f789e35 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0013/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0407efbdfb7dd0a0cfded7b59e5d1cb37f1a5c8e15cd27d58e3446b04f865e +size 70687797 diff --git a/machine_learning/random_forest/5way/config_0013/report.json b/machine_learning/random_forest/5way/config_0013/report.json new file mode 100644 index 0000000000000000000000000000000000000000..472284cf3dcd38f68af01301d5c94be083e7572b --- /dev/null +++ b/machine_learning/random_forest/5way/config_0013/report.json @@ -0,0 +1,39 @@ +{ + "algorithm": "Random Forest", + "scheme": "5way", + "config_index": 13, + "mlflow_run_id": "8928202266104f3580bd4a5bac58893e", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 13, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 200 + }, + "metrics": { + "accuracy": 0.5271013354281225, + "cohen_kappa": 0.273660076638811, + "spearman_r": 0.36842528450946166, + "pearson_r": 0.36987836951585845, + "train_time_s": 8.829401731491089 + }, + "label_names": { + "0": "correct", + "1": "partially_correct_incomplete", + "2": "contradictory", + "3": "irrelevant", + "4": "non_domain" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0014/config.json b/machine_learning/random_forest/5way/config_0014/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9c92b475aac35f455e68ed0c649f65fc2321128f --- /dev/null +++ b/machine_learning/random_forest/5way/config_0014/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 14, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 400 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0014/metrics.json b/machine_learning/random_forest/5way/config_0014/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..c45049930684d10937af20034cac748698101b9f --- /dev/null +++ b/machine_learning/random_forest/5way/config_0014/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5333857030636292, + "cohen_kappa": 0.2845452300460688, + "spearman_r": 0.3902494905441091, + "pearson_r": 0.3907425621144041, + "train_time_s": 17.579711437225342 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0014/model.pkl b/machine_learning/random_forest/5way/config_0014/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b405268de95d960587f630e2ecf83ea0d24a400a --- /dev/null +++ b/machine_learning/random_forest/5way/config_0014/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8ddfdc2b6d6b5b99947ec98a151ae66ebbb13be7f71670d9d0af5844ce2d97 +size 141306606 diff --git a/machine_learning/random_forest/5way/config_0014/report.json b/machine_learning/random_forest/5way/config_0014/report.json new file mode 100644 index 0000000000000000000000000000000000000000..6748e96d55cf1b1d69d23da8b3f70821f85ebbcd --- /dev/null +++ b/machine_learning/random_forest/5way/config_0014/report.json @@ -0,0 +1,39 @@ +{ + "algorithm": "Random Forest", + "scheme": "5way", + "config_index": 14, + "mlflow_run_id": "ae0bfdc036084363a1b778a7767e2919", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 14, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 400 + }, + "metrics": { + "accuracy": 0.5333857030636292, + "cohen_kappa": 0.2845452300460688, + "spearman_r": 0.3902494905441091, + "pearson_r": 0.3907425621144041, + "train_time_s": 17.579711437225342 + }, + "label_names": { + "0": "correct", + "1": "partially_correct_incomplete", + "2": "contradictory", + "3": "irrelevant", + "4": "non_domain" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0015/config.json b/machine_learning/random_forest/5way/config_0015/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9c579691a53ab478f9d62aa8b6bea7d47b811057 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0015/config.json @@ -0,0 +1,18 @@ +{ + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 15, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 600 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0015/metrics.json b/machine_learning/random_forest/5way/config_0015/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..1224dfb7d1c4cb4f2e117fb020e5b927417d9644 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0015/metrics.json @@ -0,0 +1,7 @@ +{ + "accuracy": 0.5341712490180676, + "cohen_kappa": 0.28424762415863036, + "spearman_r": 0.38348222344310906, + "pearson_r": 0.3849034549914515, + "train_time_s": 26.36640691757202 +} \ No newline at end of file diff --git a/machine_learning/random_forest/5way/config_0015/model.pkl b/machine_learning/random_forest/5way/config_0015/model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..baff3f142f9042810306ae5bb46287209fd47789 --- /dev/null +++ b/machine_learning/random_forest/5way/config_0015/model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe5205fbabfc2ffecae3419129f4106b1c42e4fd3909f4b2ac30a5a1491224f +size 211891094 diff --git a/machine_learning/random_forest/5way/config_0015/report.json b/machine_learning/random_forest/5way/config_0015/report.json new file mode 100644 index 0000000000000000000000000000000000000000..d03204d6b391791e7fd22740d9aefeadabef8f8f --- /dev/null +++ b/machine_learning/random_forest/5way/config_0015/report.json @@ -0,0 +1,39 @@ +{ + "algorithm": "Random Forest", + "scheme": "5way", + "config_index": 15, + "mlflow_run_id": "cbac04d152ad41138e703831be8a27cf", + "model_logging_mode": "huggingface_pickle", + "params": { + "algorithm_name": "Random Forest", + "algorithm_slug": "random_forest", + "scheme": "5way", + "config_index": 15, + "n_classes": 5, + "n_train": 9531, + "n_test": 1273, + "feature_dim": 3074, + "embed_model": "text-embedding-3-small", + "random_seed": 42, + "class_weight": null, + "max_depth": null, + "max_features": "log2", + "min_samples_leaf": 1, + "min_samples_split": 2, + "n_estimators": 600 + }, + "metrics": { + "accuracy": 0.5341712490180676, + "cohen_kappa": 0.28424762415863036, + "spearman_r": 0.38348222344310906, + "pearson_r": 0.3849034549914515, + "train_time_s": 26.36640691757202 + }, + "label_names": { + "0": "correct", + "1": "partially_correct_incomplete", + "2": "contradictory", + "3": "irrelevant", + "4": "non_domain" + } +} \ No newline at end of file diff --git a/machine_learning/random_forest/results.csv b/machine_learning/random_forest/results.csv index eb3a43a3bf2b0619148d6751940c63d865c755ab..e9ef5539d12d6096b96891b4f79450cb6df916f0 100644 --- a/machine_learning/random_forest/results.csv +++ b/machine_learning/random_forest/results.csv @@ -29,3 +29,18 @@ Random Forest,2way,9,3f10e2a329ec484c9f1491fd8faa93d7,huggingface_pickle,,,sqrt, Random Forest,5way,10,1fff32063dfa4762922d7b986058b0ac,huggingface_pickle,,,sqrt,2,5,200,0.5593087195600943,0.3214782145208658,0.43998227966291037,0.4389097008050391,39.84054684638977 Random Forest,3way,10,78c5fa99b9364318b605d8a84af543e5,huggingface_pickle,,,sqrt,2,5,200,0.5805184603299293,0.33470024506541607,0.44261284732705686,0.4414472499242704,38.96725296974182 Random Forest,2way,10,c4c24737d7f944a09d305d9a0e3711fd,huggingface_pickle,,,sqrt,2,5,200,0.6928515318146111,0.3196951535371566,0.36648352743754486,0.3664835274375453,40.087125062942505 +Random Forest,5way,11,f0c069d3b1f94a0cba8e88bb24296763,huggingface_pickle,,,sqrt,2,5,400,0.5600942655145326,0.32055611311738064,0.4432763686652964,0.44429313871115733,78.52678656578064 +Random Forest,3way,11,381d30800e2d48e0b31ae5127aae2870,huggingface_pickle,,,sqrt,2,5,400,0.579732914375491,0.3339973264254583,0.44537260830625036,0.44303673704266,77.72870755195618 +Random Forest,2way,11,a476809094dc42eb950f161ce0a37635,huggingface_pickle,,,sqrt,2,5,400,0.6739984289080911,0.27222770961018417,0.3239056844770452,0.3239056844770452,79.40457248687744 +Random Forest,5way,12,03a42b9374dc47a490e034f1fddc76c8,huggingface_pickle,,,sqrt,2,5,600,0.5616653574234093,0.32346114540365145,0.4441495797573503,0.4440761881993979,118.22990489006042 +Random Forest,3way,12,96437ce24bc8453797a451734d640fa7,huggingface_pickle,,,sqrt,2,5,600,0.5805184603299293,0.3356735547487699,0.44599733235342714,0.44333222871302924,116.56662845611572 +Random Forest,2way,12,f288812ccd3546ba874d709f42dda34f,huggingface_pickle,,,sqrt,2,5,600,0.6739984289080911,0.2730488890601285,0.3230136503965126,0.32301365039651253,119.30413150787354 +Random Forest,5way,13,8928202266104f3580bd4a5bac58893e,huggingface_pickle,,,log2,1,2,200,0.5271013354281225,0.273660076638811,0.36842528450946166,0.36987836951585845,8.829401731491089 +Random Forest,3way,13,9d3a18746ff4455d9e9940e642bfe14a,huggingface_pickle,,,log2,1,2,200,0.5302435192458759,0.2615156868280314,0.33868372649611206,0.3373285716728122,8.604578495025635 +Random Forest,2way,13,979e8aba07ca498f89af75115ee86779,huggingface_pickle,,,log2,1,2,200,0.6630007855459544,0.23951528789876864,0.3037874914224478,0.30378749142244726,8.292577743530273 +Random Forest,5way,14,ae0bfdc036084363a1b778a7767e2919,huggingface_pickle,,,log2,1,2,400,0.5333857030636292,0.2845452300460688,0.3902494905441091,0.3907425621144041,17.579711437225342 +Random Forest,3way,14,ff33356b9f5847969eb79ae74d21a1bd,huggingface_pickle,,,log2,1,2,400,0.5380989787902593,0.27358093223217483,0.3586384180530989,0.3564003478021159,17.07079029083252 +Random Forest,2way,14,19a1086c2aa34bdba9047f2a96374749,huggingface_pickle,,,log2,1,2,400,0.6582875098193244,0.2306361730417349,0.28817996945457386,0.28817996945457414,16.599787950515747 +Random Forest,5way,15,cbac04d152ad41138e703831be8a27cf,huggingface_pickle,,,log2,1,2,600,0.5341712490180676,0.28424762415863036,0.38348222344310906,0.3849034549914515,26.36640691757202 +Random Forest,3way,15,949cf44570c244d19e76ef93b26f5e9b,huggingface_pickle,,,log2,1,2,600,0.5263157894736842,0.2560728480094432,0.3391459714011688,0.33690302488647544,25.681862115859985 +Random Forest,2way,15,fe0908d5725e4decb3961c6b12e43c90,huggingface_pickle,,,log2,1,2,600,0.6582875098193244,0.22975865757361225,0.289207507657626,0.2892075076576255,24.94986915588379