diff --git a/experiments/build_ODTE_best.ipynb b/experiments/build_ODTE_best.ipynb index 91b8c44..c3c18d8 100644 --- a/experiments/build_ODTE_best.ipynb +++ b/experiments/build_ODTE_best.ipynb @@ -18,7 +18,7 @@ "outputs": [], "source": [ "fd=open(\"../results/best_results_accuracy_STree.json\")\n", - "fo=open(\"../results/best_results_accuracy_ODTE.json\", \"w\")\n", + "fo=open(\"../results/best_results_accuracy_BaggingStree.json\", \"w\")\n", "data=json.load(fd)" ] }, @@ -57,7 +57,10 @@ "for key, value in data.items():\n", " value[0]=0.0\n", " value[2]=\"-program made-\"\n", - " value[1] = {\"n_jobs\": 10, \"n_estimators\": 100, \"be_hyperparams\": f\"{json.dumps(value[1])}\"}\n", + " res = {\"n_estimators\": 100}\n", + " for key2, value2 in value[1].items():\n", + " res[f\"base_estimator__{key2}\"] = value2\n", + " value[1] = res\n", "json.dump(data, fo)\n", "fd.close()\n", "fo.close()" @@ -66,237 +69,13 @@ { "cell_type": "code", "execution_count": 5, - "id": "e3706b14-7673-4eef-832c-bfa701a21892", + "id": "0359e663-8938-472f-b5b5-fc6a555feeaf", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "{'balance-scale': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 10000.0, \"gamma\": 0.1, \"kernel\": \"rbf\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'balloons': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 7, \"gamma\": 0.1, \"kernel\": \"rbf\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'breast-cancer-wisc-diag': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.2, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'breast-cancer-wisc-prog': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.2, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'breast-cancer-wisc': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"rbf\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'breast-cancer': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'cardiotocography-10clases': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'cardiotocography-3clases': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'conn-bench-sonar-mines-rocks': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"rbf\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'cylinder-bands': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"rbf\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'dermatology': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 55, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'echocardiogram': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"splitter\": \"random\", \"max_features\": \"auto\"}'},\n", - " '-program made-'],\n", - " 'fertility': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.05, \"max_features\": \"auto\", \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'haberman-survival': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'heart-hungarian': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.05, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'hepatitis': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 7, \"gamma\": 0.1, \"kernel\": \"rbf\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'ilpd-indian-liver': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'ionosphere': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 7, \"gamma\": 0.1, \"kernel\": \"rbf\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'iris': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'led-display': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'libras': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.08, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'low-res-spect': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'lymphography': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.05, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'mammographic': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"rbf\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'molec-biol-promoter': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"rbf\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'musk-1': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.05, \"gamma\": 0.1, \"kernel\": \"poly\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'oocytes_merluccius_nucleus_4d': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 8.25, \"gamma\": 0.1, \"kernel\": \"poly\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'oocytes_merluccius_states_2f': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'oocytes_trisopterus_nucleus_2f': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'oocytes_trisopterus_states_5b': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.11, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'parkinsons': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'pima': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'pittsburg-bridges-MATERIAL': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 7, \"gamma\": 0.1, \"kernel\": \"rbf\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'pittsburg-bridges-REL-L': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'pittsburg-bridges-SPAN': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.05, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'pittsburg-bridges-T-OR-D': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"splitter\": \"random\", \"max_features\": \"auto\"}'},\n", - " '-program made-'],\n", - " 'planning': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 7, \"gamma\": 10.0, \"kernel\": \"rbf\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'post-operative': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 55, \"degree\": 5, \"gamma\": 0.1, \"kernel\": \"poly\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'seeds': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 10000.0, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'statlog-australian-credit': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'statlog-german-credit': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'statlog-heart': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'statlog-image': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 7, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'statlog-vehicle': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'synthetic-control': [0.0,\n", - " {'n_jobs': 10, 'n_estimators': 100, 'be_hyperparams': '{}'},\n", - " '-program made-'],\n", - " 'tic-tac-toe': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.2, \"gamma\": 0.1, \"kernel\": \"poly\", \"max_iter\": 10000.0, \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'vertebral-column-2clases': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'wine': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.55, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-'],\n", - " 'zoo': [0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.1, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-']}" + "'{\"n_estimators\": 100, \"base_estimator__C\": 0.1, \"base_estimator__max_iter\": 10000.0, \"base_estimator__kernel\": \"liblinear\", \"base_estimator__multiclass_strategy\": \"ovr\"}'" ] }, "execution_count": 5, @@ -305,67 +84,22 @@ } ], "source": [ - "data" + "json.dumps(res)" ] }, { "cell_type": "code", "execution_count": 6, - "id": "1bf8d699-bc7d-4767-b093-de19bf434c89", + "id": "e5fb06aa-40ec-41a3-b9b2-bdeb228aa4f9", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "[0.0,\n", - " {'n_jobs': 10,\n", - " 'n_estimators': 100,\n", - " 'be_hyperparams': '{\"C\": 0.1, \"max_iter\": 10000.0, \"kernel\": \"liblinear\", \"multiclass_strategy\": \"ovr\"}'},\n", - " '-program made-']" - ] - }, - "execution_count": 6, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "value" + "fo=open(\"../results/best_results_accuracy_BaggingStree.json\")" ] }, { "cell_type": "code", "execution_count": 7, - "id": "6d5847de-7fad-48e4-9763-e825d7331f6d", - "metadata": {}, - "outputs": [], - "source": [ - "v=value[1]" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "id": "95eabf0c-61d0-4a57-adc4-90770716d122", - "metadata": {}, - "outputs": [], - "source": [ - "import json" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "id": "e5fb06aa-40ec-41a3-b9b2-bdeb228aa4f9", - "metadata": {}, - "outputs": [], - "source": [ - "fo=open(\"../results/best_results_accuracy_ODTE.json\")\n" - ] - }, - { - "cell_type": "code", - "execution_count": 10, "id": "b6d7f629-c0ca-49b8-ba9f-209794eae18e", "metadata": {}, "outputs": [], @@ -375,36 +109,287 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 8, "id": "20598416-68bf-4b59-b855-60f7776d8774", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "{'C': 10000.0,\n", - " 'gamma': 0.1,\n", - " 'kernel': 'rbf',\n", - " 'max_iter': 10000.0,\n", - " 'multiclass_strategy': 'ovr'}" + "{'balance-scale': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 10000.0,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'balloons': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 7,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'breast-cancer-wisc-diag': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.2,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'breast-cancer-wisc-prog': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.2,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'breast-cancer-wisc': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'breast-cancer': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'cardiotocography-10clases': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'cardiotocography-3clases': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'conn-bench-sonar-mines-rocks': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'cylinder-bands': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'dermatology': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 55,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'echocardiogram': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__splitter': 'random',\n", + " 'base_estimator__max_features': 'auto'},\n", + " '-program made-'],\n", + " 'fertility': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.05,\n", + " 'base_estimator__max_features': 'auto',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'haberman-survival': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'heart-hungarian': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.05,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'hepatitis': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 7,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'ilpd-indian-liver': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'ionosphere': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 7,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'iris': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'led-display': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'libras': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.08,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'low-res-spect': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'lymphography': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.05,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'mammographic': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'molec-biol-promoter': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'musk-1': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.05,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'poly',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'oocytes_merluccius_nucleus_4d': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 8.25,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'poly',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'oocytes_merluccius_states_2f': [0.0,\n", + " {'n_estimators': 100},\n", + " '-program made-'],\n", + " 'oocytes_trisopterus_nucleus_2f': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'oocytes_trisopterus_states_5b': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.11,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'parkinsons': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'pima': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'pittsburg-bridges-MATERIAL': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 7,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'pittsburg-bridges-REL-L': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'pittsburg-bridges-SPAN': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.05,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'pittsburg-bridges-T-OR-D': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__splitter': 'random',\n", + " 'base_estimator__max_features': 'auto'},\n", + " '-program made-'],\n", + " 'planning': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 7,\n", + " 'base_estimator__gamma': 10.0,\n", + " 'base_estimator__kernel': 'rbf',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'post-operative': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 55,\n", + " 'base_estimator__degree': 5,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'poly',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'seeds': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 10000.0,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'statlog-australian-credit': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'statlog-german-credit': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'statlog-heart': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'statlog-image': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 7,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'statlog-vehicle': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'synthetic-control': [0.0, {'n_estimators': 100}, '-program made-'],\n", + " 'tic-tac-toe': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.2,\n", + " 'base_estimator__gamma': 0.1,\n", + " 'base_estimator__kernel': 'poly',\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'vertebral-column-2clases': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'wine': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.55,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-'],\n", + " 'zoo': [0.0,\n", + " {'n_estimators': 100,\n", + " 'base_estimator__C': 0.1,\n", + " 'base_estimator__max_iter': 10000.0,\n", + " 'base_estimator__kernel': 'liblinear',\n", + " 'base_estimator__multiclass_strategy': 'ovr'},\n", + " '-program made-']}" ] }, - "execution_count": 11, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "json.loads(data[\"balance-scale\"][1][\"be_hyperparams\"])" + "data" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e0be601d-8fa2-41d2-b0f0-74613586e928", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/results/best_results_accuracy_BaggingStree.json b/results/best_results_accuracy_BaggingStree.json new file mode 100644 index 0000000..d4c4718 --- /dev/null +++ b/results/best_results_accuracy_BaggingStree.json @@ -0,0 +1 @@ +{"balance-scale": [0.0, {"n_estimators": 100, "base_estimator__C": 10000.0, "base_estimator__gamma": 0.1, "base_estimator__kernel": "rbf", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "balloons": [0.0, {"n_estimators": 100, "base_estimator__C": 7, "base_estimator__gamma": 0.1, "base_estimator__kernel": "rbf", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "breast-cancer-wisc-diag": [0.0, {"n_estimators": 100, "base_estimator__C": 0.2, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "breast-cancer-wisc-prog": [0.0, {"n_estimators": 100, "base_estimator__C": 0.2, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "breast-cancer-wisc": [0.0, {"n_estimators": 100, "base_estimator__kernel": "rbf", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "breast-cancer": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "cardiotocography-10clases": [0.0, {"n_estimators": 100}, "-program made-"], "cardiotocography-3clases": [0.0, {"n_estimators": 100}, "-program made-"], "conn-bench-sonar-mines-rocks": [0.0, {"n_estimators": 100, "base_estimator__kernel": "rbf", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "cylinder-bands": [0.0, {"n_estimators": 100, "base_estimator__kernel": "rbf", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "dermatology": [0.0, {"n_estimators": 100, "base_estimator__C": 55, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "echocardiogram": [0.0, {"n_estimators": 100, "base_estimator__splitter": "random", "base_estimator__max_features": "auto"}, "-program made-"], "fertility": [0.0, {"n_estimators": 100, "base_estimator__C": 0.05, "base_estimator__max_features": "auto", "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "haberman-survival": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "heart-hungarian": [0.0, {"n_estimators": 100, "base_estimator__C": 0.05, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "hepatitis": [0.0, {"n_estimators": 100, "base_estimator__C": 7, "base_estimator__gamma": 0.1, "base_estimator__kernel": "rbf", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "ilpd-indian-liver": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "ionosphere": [0.0, {"n_estimators": 100, "base_estimator__C": 7, "base_estimator__gamma": 0.1, "base_estimator__kernel": "rbf", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "iris": [0.0, {"n_estimators": 100}, "-program made-"], "led-display": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "libras": [0.0, {"n_estimators": 100, "base_estimator__C": 0.08, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "low-res-spect": [0.0, {"n_estimators": 100}, "-program made-"], "lymphography": [0.0, {"n_estimators": 100, "base_estimator__C": 0.05, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "mammographic": [0.0, {"n_estimators": 100, "base_estimator__kernel": "rbf", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "molec-biol-promoter": [0.0, {"n_estimators": 100, "base_estimator__kernel": "rbf", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "musk-1": [0.0, {"n_estimators": 100, "base_estimator__C": 0.05, "base_estimator__gamma": 0.1, "base_estimator__kernel": "poly", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "oocytes_merluccius_nucleus_4d": [0.0, {"n_estimators": 100, "base_estimator__C": 8.25, "base_estimator__gamma": 0.1, "base_estimator__kernel": "poly", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "oocytes_merluccius_states_2f": [0.0, {"n_estimators": 100}, "-program made-"], "oocytes_trisopterus_nucleus_2f": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "oocytes_trisopterus_states_5b": [0.0, {"n_estimators": 100, "base_estimator__C": 0.11, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "parkinsons": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "pima": [0.0, {"n_estimators": 100}, "-program made-"], "pittsburg-bridges-MATERIAL": [0.0, {"n_estimators": 100, "base_estimator__C": 7, "base_estimator__gamma": 0.1, "base_estimator__kernel": "rbf", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "pittsburg-bridges-REL-L": [0.0, {"n_estimators": 100}, "-program made-"], "pittsburg-bridges-SPAN": [0.0, {"n_estimators": 100, "base_estimator__C": 0.05, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "pittsburg-bridges-T-OR-D": [0.0, {"n_estimators": 100, "base_estimator__splitter": "random", "base_estimator__max_features": "auto"}, "-program made-"], "planning": [0.0, {"n_estimators": 100, "base_estimator__C": 7, "base_estimator__gamma": 10.0, "base_estimator__kernel": "rbf", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "post-operative": [0.0, {"n_estimators": 100, "base_estimator__C": 55, "base_estimator__degree": 5, "base_estimator__gamma": 0.1, "base_estimator__kernel": "poly", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "seeds": [0.0, {"n_estimators": 100, "base_estimator__C": 10000.0, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "statlog-australian-credit": [0.0, {"n_estimators": 100}, "-program made-"], "statlog-german-credit": [0.0, {"n_estimators": 100}, "-program made-"], "statlog-heart": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "statlog-image": [0.0, {"n_estimators": 100, "base_estimator__C": 7, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "statlog-vehicle": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "synthetic-control": [0.0, {"n_estimators": 100}, "-program made-"], "tic-tac-toe": [0.0, {"n_estimators": 100, "base_estimator__C": 0.2, "base_estimator__gamma": 0.1, "base_estimator__kernel": "poly", "base_estimator__max_iter": 10000.0, "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "vertebral-column-2clases": [0.0, {"n_estimators": 100, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "wine": [0.0, {"n_estimators": 100, "base_estimator__C": 0.55, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"], "zoo": [0.0, {"n_estimators": 100, "base_estimator__C": 0.1, "base_estimator__max_iter": 10000.0, "base_estimator__kernel": "liblinear", "base_estimator__multiclass_strategy": "ovr"}, "-program made-"]} \ No newline at end of file diff --git a/results/results_accuracy_RandomForest_iMac27_2022-02-20_12:22:40_0.json b/results/results_accuracy_RandomForest_iMac27_2022-02-20_12:22:40_0.json new file mode 100644 index 0000000..804f7fb --- /dev/null +++ b/results/results_accuracy_RandomForest_iMac27_2022-02-20_12:22:40_0.json @@ -0,0 +1 @@ +{"score_name": "accuracy", "title": "Random Forest with max_samples 0.66", "model": "RandomForest", "version": "-", "stratified": false, "folds": 5, "date": "2022-02-20", "time": "12:22:40", "duration": 255.5603630542755, "seeds": [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1], "platform": "iMac27", "results": [{"dataset": "balance-scale", "samples": 625, "features": 4, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 154.294, "leaves": 77.14, "depth": 10.2904, "score": 0.8488000000000001, "score_std": 0.025562472493872744, "time": 0.08104131698608398, "time_std": 0.001405206426726578}, {"dataset": "balloons", "samples": 16, "features": 4, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 7.1624, "leaves": 3.64, "depth": 2.6504000000000003, "score": 0.6583333333333333, "score_std": 0.24958298553119895, "time": 0.0707342004776001, "time_std": 0.002482493652381871}, {"dataset": "breast-cancer-wisc-diag", "samples": 569, "features": 30, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 28.0728, "leaves": 14.08, "depth": 6.306200000000001, "score": 0.9567753454432542, "score_std": 0.013445419209481545, "time": 0.09662251949310302, "time_std": 0.001011018220645004}, {"dataset": "breast-cancer-wisc-prog", "samples": 198, "features": 33, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 32.4596, "leaves": 16.28, "depth": 7.3834, "score": 0.7828974358974358, "score_std": 0.0664211999695217, "time": 0.08128844261169434, "time_std": 0.0007676637695537624}, {"dataset": "breast-cancer-wisc", "samples": 699, "features": 9, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 39.2964, "leaves": 19.7, "depth": 7.8434, "score": 0.9682384378211717, "score_std": 0.012979760074633098, "time": 0.07970742225646972, "time_std": 0.0010756614427158355}, {"dataset": "breast-cancer", "samples": 286, "features": 9, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 98.884, "leaves": 49.4, "depth": 12.4504, "score": 0.7163460375075621, "score_std": 0.051805780689437655, "time": 0.07685344696044921, "time_std": 0.000969735069750198}, {"dataset": "cardiotocography-10clases", "samples": 2126, "features": 21, "classes": 10, "hyperparameters": {"max_samples": 0.66}, "nodes": 420.004, "leaves": 210.06, "depth": 16.267, "score": 0.8665591825462581, "score_std": 0.016034685296877668, "time": 0.1706166982650757, "time_std": 0.00222600266742281}, {"dataset": "cardiotocography-3clases", "samples": 2126, "features": 21, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 184.36399999999998, "leaves": 92.2, "depth": 14.200400000000002, "score": 0.939700635183651, "score_std": 0.01220144968788235, "time": 0.14600374221801757, "time_std": 0.006279519644328014}, {"dataset": "conn-bench-sonar-mines-rocks", "samples": 208, "features": 60, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 29.6272, "leaves": 14.82, "depth": 6.469799999999999, "score": 0.8162137049941927, "score_std": 0.06156764079895228, "time": 0.08532708644866943, "time_std": 0.00348588150369029}, {"dataset": "cylinder-bands", "samples": 512, "features": 35, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 114.9624, "leaves": 57.52, "depth": 13.737400000000001, "score": 0.7894250904245194, "score_std": 0.04059849674766097, "time": 0.08892767429351807, "time_std": 0.0009529137991343952}, {"dataset": "dermatology", "samples": 366, "features": 34, "classes": 6, "hyperparameters": {"max_samples": 0.66}, "nodes": 48.134399999999985, "leaves": 24.02, "depth": 10.964599999999997, "score": 0.975394298407997, "score_std": 0.017095872066058445, "time": 0.07736228942871094, "time_std": 0.000893977941206966}, {"dataset": "echocardiogram", "samples": 131, "features": 10, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 25.2404, "leaves": 12.6, "depth": 7.128000000000001, "score": 0.8292592592592591, "score_std": 0.07125299167854407, "time": 0.0739802885055542, "time_std": 0.0008828394231098096}, {"dataset": "fertility", "samples": 100, "features": 9, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 19.0332, "leaves": 9.5, "depth": 6.0856, "score": 0.887, "score_std": 0.06067124524847005, "time": 0.07230076789855958, "time_std": 0.0010486445574503114}, {"dataset": "haberman-survival", "samples": 306, "features": 3, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 95.92280000000001, "leaves": 47.98, "depth": 11.967, "score": 0.7084822845055527, "score_std": 0.05577963957846104, "time": 0.07647053718566894, "time_std": 0.0010483038978145857}, {"dataset": "heart-hungarian", "samples": 294, "features": 12, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 63.070800000000006, "leaves": 31.56, "depth": 10.184199999999999, "score": 0.8169783752191703, "score_std": 0.047084407169907465, "time": 0.07751158714294433, "time_std": 0.002558088172112494}, {"dataset": "hepatitis", "samples": 155, "features": 19, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 27.763599999999997, "leaves": 13.92, "depth": 6.816599999999999, "score": 0.8154838709677419, "score_std": 0.07524915257715269, "time": 0.07420722961425781, "time_std": 0.0008943734815544436}, {"dataset": "ilpd-indian-liver", "samples": 583, "features": 9, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 116.25399999999999, "leaves": 58.12, "depth": 13.947799999999999, "score": 0.7017197170645444, "score_std": 0.0332011220498222, "time": 0.09226014614105224, "time_std": 0.0009974291088836443}, {"dataset": "ionosphere", "samples": 351, "features": 33, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 32.74159999999999, "leaves": 16.38, "depth": 8.5826, "score": 0.9327565392354125, "score_std": 0.02623998580282412, "time": 0.09008256912231445, "time_std": 0.0008448270403083229}, {"dataset": "iris", "samples": 150, "features": 4, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 11.867600000000003, "leaves": 5.9, "depth": 4.3572, "score": 0.9499999999999998, "score_std": 0.03144660377352201, "time": 0.07243238925933838, "time_std": 0.0008331388592263749}, {"dataset": "led-display", "samples": 1000, "features": 7, "classes": 10, "hyperparameters": {"max_samples": 0.66}, "nodes": 128.0036, "leaves": 64.04, "depth": 7.0, "score": 0.7132000000000001, "score_std": 0.027545598559479512, "time": 0.08283985137939454, "time_std": 0.001021931555372484}, {"dataset": "libras", "samples": 360, "features": 90, "classes": 15, "hyperparameters": {"max_samples": 0.66}, "nodes": 102.45760000000001, "leaves": 51.2, "depth": 11.413599999999999, "score": 0.7877777777777779, "score_std": 0.05159792320445024, "time": 0.12072848320007325, "time_std": 0.0022282963190813176}, {"dataset": "low-res-spect", "samples": 531, "features": 100, "classes": 9, "hyperparameters": {"max_samples": 0.66}, "nodes": 55.625600000000006, "leaves": 27.82, "depth": 8.018999999999998, "score": 0.8918885558102627, "score_std": 0.03278106129362325, "time": 0.13169500827789307, "time_std": 0.0018211926738119037}, {"dataset": "lymphography", "samples": 148, "features": 18, "classes": 4, "hyperparameters": {"max_samples": 0.66}, "nodes": 40.6808, "leaves": 20.36, "depth": 8.198599999999999, "score": 0.8459770114942529, "score_std": 0.07424148519477868, "time": 0.07409990310668946, "time_std": 0.003714582389385737}, {"dataset": "mammographic", "samples": 961, "features": 5, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 228.0068, "leaves": 113.96, "depth": 16.1642, "score": 0.8082259283246978, "score_std": 0.022691310103387825, "time": 0.0879475212097168, "time_std": 0.0009496973941911295}, {"dataset": "molec-biol-promoter", "samples": 106, "features": 57, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 21.109199999999998, "leaves": 10.62, "depth": 5.243199999999999, "score": 0.8752813852813851, "score_std": 0.07416620473842012, "time": 0.07341078758239745, "time_std": 0.0007192195688354747}, {"dataset": "musk-1", "samples": 476, "features": 166, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 60.5208, "leaves": 30.2, "depth": 10.4716, "score": 0.8798421052631579, "score_std": 0.03305793842654491, "time": 0.12961416721343993, "time_std": 0.001236557019100127}, {"dataset": "oocytes_merluccius_nucleus_4d", "samples": 1022, "features": 41, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 154.1208, "leaves": 77.08, "depth": 13.3192, "score": 0.7947178383548541, "score_std": 0.022093874914777316, "time": 0.16188923358917237, "time_std": 0.002494516474845469}, {"dataset": "oocytes_merluccius_states_2f", "samples": 1022, "features": 25, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 74.2396, "leaves": 37.1, "depth": 9.7726, "score": 0.9191817312290769, "score_std": 0.01466681749989199, "time": 0.135419602394104, "time_std": 0.0026634635661317357}, {"dataset": "oocytes_trisopterus_nucleus_2f", "samples": 912, "features": 25, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 139.44119999999998, "leaves": 69.68, "depth": 14.161599999999998, "score": 0.80932324506095, "score_std": 0.02940827813910382, "time": 0.14501593112945557, "time_std": 0.001213947650167471}, {"dataset": "oocytes_trisopterus_states_5b", "samples": 912, "features": 32, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 91.6428, "leaves": 45.82, "depth": 11.9528, "score": 0.9097483936828199, "score_std": 0.018178244902361935, "time": 0.134782395362854, "time_std": 0.0011946973631899469}, {"dataset": "parkinsons", "samples": 195, "features": 22, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 21.5268, "leaves": 10.78, "depth": 5.812199999999999, "score": 0.9030769230769231, "score_std": 0.04595112173199546, "time": 0.07710800170898438, "time_std": 0.0008039566941142602}, {"dataset": "pima", "samples": 768, "features": 8, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 160.4576, "leaves": 80.28, "depth": 13.72, "score": 0.7617018928783633, "score_std": 0.030905197048541496, "time": 0.09323912143707275, "time_std": 0.0007140943385136111}, {"dataset": "pittsburg-bridges-MATERIAL", "samples": 106, "features": 7, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 25.327599999999997, "leaves": 12.68, "depth": 6.51, "score": 0.8393939393939392, "score_std": 0.06465451660842308, "time": 0.0716664171218872, "time_std": 0.00079063185915689}, {"dataset": "pittsburg-bridges-REL-L", "samples": 103, "features": 7, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 41.6396, "leaves": 20.76, "depth": 8.8222, "score": 0.6780476190476192, "score_std": 0.08371922895638823, "time": 0.07224961280822755, "time_std": 0.0008009918891665345}, {"dataset": "pittsburg-bridges-SPAN", "samples": 92, "features": 7, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 38.148799999999994, "leaves": 19.08, "depth": 8.296999999999999, "score": 0.6425730994152046, "score_std": 0.10589569534920679, "time": 0.07275894641876221, "time_std": 0.001892651819481206}, {"dataset": "pittsburg-bridges-T-OR-D", "samples": 102, "features": 7, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 21.042, "leaves": 10.52, "depth": 5.842000000000001, "score": 0.856095238095238, "score_std": 0.07211284933039848, "time": 0.07214753150939941, "time_std": 0.0006231624324056132}, {"dataset": "planning", "samples": 182, "features": 12, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 39.7676, "leaves": 19.94, "depth": 8.8198, "score": 0.7022522522522522, "score_std": 0.06398440367639394, "time": 0.07899088382720948, "time_std": 0.0032114521320268565}, {"dataset": "post-operative", "samples": 90, "features": 8, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 41.85280000000001, "leaves": 20.96, "depth": 8.7062, "score": 0.6344444444444445, "score_std": 0.08613082211681551, "time": 0.07263441562652588, "time_std": 0.000618448460849668}, {"dataset": "seeds", "samples": 210, "features": 7, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 21.433600000000002, "leaves": 10.66, "depth": 5.643199999999999, "score": 0.9238095238095237, "score_std": 0.03809523809523809, "time": 0.0751030445098877, "time_std": 0.0008603269673379041}, {"dataset": "statlog-australian-credit", "samples": 690, "features": 14, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 201.71400000000003, "leaves": 100.9, "depth": 16.2474, "score": 0.6682608695652174, "score_std": 0.03491189739487307, "time": 0.09296952247619629, "time_std": 0.0008769521771848289}, {"dataset": "statlog-german-credit", "samples": 1000, "features": 24, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 279.0112, "leaves": 139.54, "depth": 16.9348, "score": 0.7622999999999999, "score_std": 0.02486382914999218, "time": 0.09683141231536865, "time_std": 0.0022167750989352812}, {"dataset": "statlog-heart", "samples": 270, "features": 13, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 58.1368, "leaves": 29.08, "depth": 8.560400000000001, "score": 0.8307407407407408, "score_std": 0.044445987627530076, "time": 0.07628023147583007, "time_std": 0.0008086964011110046}, {"dataset": "statlog-image", "samples": 2310, "features": 18, "classes": 7, "hyperparameters": {"max_samples": 0.66}, "nodes": 134.86960000000002, "leaves": 67.5, "depth": 13.836199999999998, "score": 0.9764502164502165, "score_std": 0.007835856584549989, "time": 0.18163658142089845, "time_std": 0.0015205804676752777}, {"dataset": "statlog-vehicle", "samples": 846, "features": 18, "classes": 4, "hyperparameters": {"max_samples": 0.66}, "nodes": 173.6104, "leaves": 86.76, "depth": 14.346600000000002, "score": 0.7478670379394362, "score_std": 0.02656904600480531, "time": 0.11002636432647706, "time_std": 0.0007205012734404198}, {"dataset": "synthetic-control", "samples": 600, "features": 60, "classes": 6, "hyperparameters": {"max_samples": 0.66}, "nodes": 53.6388, "leaves": 26.88, "depth": 8.2548, "score": 0.9826666666666667, "score_std": 0.009255628917943225, "time": 0.12211617946624756, "time_std": 0.0007703207223912899}, {"dataset": "tic-tac-toe", "samples": 958, "features": 9, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 202.44, "leaves": 101.16, "depth": 10.942, "score": 0.9878899432809775, "score_std": 0.008246178351022234, "time": 0.08630621433258057, "time_std": 0.000693616527471876}, {"dataset": "vertebral-column-2clases", "samples": 310, "features": 6, "classes": 2, "hyperparameters": {"max_samples": 0.66}, "nodes": 44.25280000000001, "leaves": 22.08, "depth": 8.7288, "score": 0.8258064516129032, "score_std": 0.040290309667086445, "time": 0.07844506740570069, "time_std": 0.0005717732874488165}, {"dataset": "wine", "samples": 178, "features": 13, "classes": 3, "hyperparameters": {"max_samples": 0.66}, "nodes": 15.9908, "leaves": 8.0, "depth": 4.5464, "score": 0.9814920634920635, "score_std": 0.02346278742072248, "time": 0.07570971965789795, "time_std": 0.0020696186177732007}, {"dataset": "zoo", "samples": 101, "features": 16, "classes": 7, "hyperparameters": {"max_samples": 0.66}, "nodes": 19.6144, "leaves": 9.76, "depth": 5.972399999999999, "score": 0.9584285714285714, "score_std": 0.038876541609669246, "time": 0.07198566913604737, "time_std": 0.0006865942910915039}]} \ No newline at end of file