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 isn't a big deal, but it could confuse users.
I suggest adding an argument seed = sample.int(10^4, 1) for adjustments that use random numbers. This will be evaluated when the tailor is made and using withr we can fix the stream when the adjustment is trained.
The text was updated successfully, but these errors were encountered:
Working with
adjust_probability_calibration()
and I get slightly different calibration results across tuning parameters:This isn't a big deal, but it could confuse users.
I suggest adding an argument
seed = sample.int(10^4, 1)
for adjustments that use random numbers. This will be evaluated when the tailor is made and using withr we can fix the stream when the adjustment is trained.The text was updated successfully, but these errors were encountered: