random_state for theorist fit function #564
Replies: 4 comments 4 replies
-
There is a outstanding PR here: AutoResearch/autora-synthetic#10. |
Beta Was this translation helpful? Give feedback.
-
we can work on this branch: https://github.com/AutoResearch/autora-synthetic/tree/9-chore-rename-input-arguments-of-runners-to-us-with-state |
Beta Was this translation helpful? Give feedback.
-
For the theorists: Internaly the theorist function you are calling does this: |
Beta Was this translation helpful? Give feedback.
-
We should look at https://scikit-learn.org/stable/developers/develop.html#fitting and think about how to pass data-dependent and data-independent parameters. |
Beta Was this translation helpful? Give feedback.
-
I have noticed a discrepancy with the random_state parameters. Specifically, the experimentalist can take the parameter as an input at each call, the experiment runners (from synthetic data) takes the parameter at initialization, and the theorist (at least BMS) does not have this parameter.
Would it be a good idea to make sure all of these can take random_state at each call?
This is what is currently looks like:
Would be nice if we could:
Beta Was this translation helpful? Give feedback.
All reactions