We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae5f8e commit 70475feCopy full SHA for 70475fe
1 file changed
openml/runs/functions.py
@@ -137,6 +137,9 @@ def _run_exists(task_id, setup_id):
137
138
def _get_seeded_model(model, seed=None):
139
'''Sets all the non-seeded components of a model with a seed.
140
+ Models that are already seeded will maintain the seed. In
141
+ this case, only integer seeds are allowed (An exception
142
+ is thrown when a RandomState was used as seed)
143
144
Parameters
145
----------
0 commit comments