You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be merged with listOMLRunEvaluations() to get the full picture. The question is if there is a more efficient way to get all these parameter configurations of the API even allows this.
The text was updated successfully, but these errors were encountered:
It looks like you want something like this #348 ?
For now, your solution is the most efficient way. However, it seems that @janvanrijn extended the API on the test server so that you can get all setups (and hyperparameters) that are connected to a specific flow (see also his comment in openml/OpenML#411).
Maybe you can try out if this extension will give you what you need and make suggestions if not?
And of course feel free to make a PR for this new API call.
@berndbischl and me looked into it and yes there is this new API Call that get's the desired information for at least for one run. Could you implement it since you are the expert in the package. Otherwise let me know and I will work on this soon.
I am especially interested to get all the runs of the OpenML_Bot for a specific data.set and for a specific flow like in the following example:
This would be merged with
listOMLRunEvaluations()
to get the full picture. The question is if there is a more efficient way to get all these parameter configurations of the API even allows this.The text was updated successfully, but these errors were encountered: