| { | |
| "algorithm": "Gradient Boosting", | |
| "scheme": "2way", | |
| "config_index": 1, | |
| "mlflow_run_id": "86bea7b5cefc49c09d771216974aa9ec", | |
| "model_logging_mode": "huggingface_pickle", | |
| "params": { | |
| "algorithm_name": "Gradient Boosting", | |
| "algorithm_slug": "gradient_boosting", | |
| "scheme": "2way", | |
| "config_index": 1, | |
| "n_classes": 2, | |
| "n_train": 9531, | |
| "n_test": 1273, | |
| "feature_dim": 3074, | |
| "embed_model": "text-embedding-3-small", | |
| "random_seed": 42, | |
| "learning_rate": 0.03, | |
| "max_depth": 2, | |
| "n_estimators": 100, | |
| "subsample": 0.8 | |
| }, | |
| "metrics": { | |
| "accuracy": 0.7203456402199528, | |
| "cohen_kappa": 0.4151673372891024, | |
| "spearman_r": 0.41793993035457255, | |
| "pearson_r": 0.41793993035457255, | |
| "train_time_s": 421.9548442363739 | |
| }, | |
| "label_names": { | |
| "0": "correct", | |
| "1": "incorrect" | |
| } | |
| } |