We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labeled training example pairs should be stored in a table for selection and reuse. Data stored for examples should include:
Storing examples like this allows them to by reused in the following ways:
This will also entail a test that any model is only trained on one label per pair!
The set of ids of these pairs should be used in generating model ids (#18).
This issue is the same as dssg/pgdedupe#63.
The text was updated successfully, but these errors were encountered:
Use a timestamp rather than date
Sorry, something went wrong.
We are using unsupervised learning
No branches or pull requests
Labeled training example pairs should be stored in a table for selection and reuse. Data stored for examples should include:
Storing examples like this allows them to by reused in the following ways:
This will also entail a test that any model is only trained on one label per pair!
The set of ids of these pairs should be used in generating model ids (#18).
This issue is the same as dssg/pgdedupe#63.
The text was updated successfully, but these errors were encountered: