Update benchmark hyperparams os STree

This commit is contained in:
2021-10-31 12:41:30 +01:00
parent 8daecc4726
commit e5d49132ec

View File

@@ -178,7 +178,7 @@
"outputs": [],
"source": [
"# Stree\n",
"stree = Stree(random_state=random_state, C=.01, max_iter=1e3)"
"stree = Stree(random_state=random_state, C=.01, max_iter=1e3, kernel=\"liblinear\", multiclass_strategy=\"ovr\")"
]
},
{
@@ -368,4 +368,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}