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 you need to set the np.random.seed outside of the function for reproducibility (which isn't good). I should use a similar RandomState approach that the cross-fit estimators use
The text was updated successfully, but these errors were encountered:
Currently you need to set the
np.random.seed
outside of the function for reproducibility (which isn't good). I should use a similar RandomState approach that the cross-fit estimators useThe text was updated successfully, but these errors were encountered: