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
If a specific backend doesn't support random seeds, I think it makes more sense to exit at the start of a given method, rather than halfway through the execution.
For example, the sqlite linker will only halt execution when it reaches _random_sample_sql, but it should probably exit at the start of the u training step.
Yeah I think that would be useful - same applies to `sqlite`. Maybe need to end up with `linker._supports_seed` or something
An extension of #1161.
If a specific backend doesn't support random seeds, I think it makes more sense to exit at the start of a given method, rather than halfway through the execution.
For example, the sqlite linker will only halt execution when it reaches
_random_sample_sql
, but it should probably exit at the start of the u training step.Originally posted by @ADBond in #1251 (comment)
The text was updated successfully, but these errors were encountered: