We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a17d6 commit ac2ac11Copy full SHA for ac2ac11
1 file changed
examples/explanation-task-example.ipynb
@@ -86,6 +86,7 @@
86
"\n",
87
"from hypershap.task import ExplanationTask\n",
88
89
+ "# creating the ExplanationTask\n",
90
"et = ExplanationTask.from_function(\n",
91
" config_space=cs,\n",
92
" function=eval_fun,\n",
@@ -167,6 +168,7 @@
167
168
"model = RandomForestRegressor()\n",
169
"model.fit(X, y)\n",
170
171
172
"et = ExplanationTask.from_base_model(config_space=cs, base_model=model)"
173
]
174
}
0 commit comments