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
During Linking phase, matches and comparison is done on the rows from the same dataset.
** To Reproduce **
Run findTrainingData, label, train, and link phase.
During label phase, rows from the same dataset is displayed for labeling.
The resulting output have matching pairs with the same z_source.
** Expected behavior **
I'm expecting during labeling phase to only show rows from different z_source. And I'm expecting output to also only have pairs with different z_source.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue Jason @doku. We purposely keep the training data and labeling like this so that it can find samples better. Can you please let me know why this is a concern for you? Is it not showing enough pairs across the sources?
I have fixed the issue for linking. Can you please take the latest code and tell me if this is working fine for you?
During Linking phase, matches and comparison is done on the rows from the same dataset.
** To Reproduce **
** Expected behavior **
I'm expecting during labeling phase to only show rows from different z_source. And I'm expecting output to also only have pairs with different z_source.
The text was updated successfully, but these errors were encountered: