Skip to content
New issue

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

Update an existing model #1214

Open
havardox opened this issue Nov 24, 2024 · 0 comments
Open

Update an existing model #1214

havardox opened this issue Nov 24, 2024 · 0 comments

Comments

@havardox
Copy link

havardox commented Nov 24, 2024

Continuing the discussion from #672 which was closed for some reason although it is still a standing issue. Are there any plans to add a way to update an existing model while adding new training data instead of retraining the entire model from scratch?

So

linker = dedupe.RecordLink(fields)
linker.prepare_training(messy_data, canonical_data, training_file=tf)

Would become

linker = dedupe.RecordLink(fields)
linker.prepare_training(messy_data, canonical_data, settings_file=sf, training_file=tf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant