-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow input from user on actual matches #10
Comments
Thanks for the idea! Haha totally fine if it sounds Sci Fi - it would be interesting to think about how to do this. I need to update the README (work got the best of me right after the Hackathon) but I volunteered to maintain the repo. |
👽 Since the underlying structure is distance matrices for each category, I wonder if this could take the form of modification of the weights. I'd imagine it would take some refactoring to be able to allow for updates (creating new objects and whatnot, but it's worth investigating!). |
Yeah, I think you could treat that as an optimization problem, i.e. find the vector of weights which maximizes the fit to user's classification of matches. One question will be on the choice of the quantity optimized; I can see:
That would be a fairly easy problem I think (param space is small), but worth a bit of research (and probably a paper). Happy to help with the stats bits / proof of concept. What d'yall think? |
Not sure if this is sci-fi, as it sounds like machine learning, but the idea would be for the user to tick boxes indicating actual matches, refine the search, etc.
The text was updated successfully, but these errors were encountered: