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
For supervised metric learners, we can give a random seed in fit, that will be used for sampling random pairs/quadruplets from the X and y. I think this seed is not data-dependent, so it should be put in the init. Doing that would also make it easier to have deterministic tests (we would just set the random state of the estimator once and for all)
The text was updated successfully, but these errors were encountered:
For supervised metric learners, we can give a random seed in
fit
, that will be used for sampling random pairs/quadruplets from the X and y. I think this seed is not data-dependent, so it should be put in the init. Doing that would also make it easier to have deterministic tests (we would just set the random state of the estimator once and for all)The text was updated successfully, but these errors were encountered: