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
Currently, every time I run a drift computation on Spark, it returns a different result. This is undesirable, since this makes the drift computation not replicable.
Suggestions
I would like to be able to compute drift deterministically, so if I run it on the same data it always returns the same result.
Example
I would assume that this code always returns the same drift.
Description
Currently, every time I run a drift computation on Spark, it returns a different result. This is undesirable, since this makes the drift computation not replicable.
Suggestions
I would like to be able to compute drift deterministically, so if I run it on the same data it always returns the same result.
Example
I would assume that this code always returns the same drift.
The text was updated successfully, but these errors were encountered: