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

Documentation of algorithms used #139

Open
LukeWood opened this issue Jan 20, 2025 · 1 comment
Open

Documentation of algorithms used #139

LukeWood opened this issue Jan 20, 2025 · 1 comment

Comments

@LukeWood
Copy link

Great work on smart importer it looks really cool (and useful). I’m curious what algorithms you used to make it work. It would be great to have a quick short blurb on the process if you have time to write it

@arnaudlimbourg
Copy link

@LukeWood peeking around the code shows Support Vector Machine being used (

from sklearn.svm import SVC
) using the implementation from scikit-learn https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html

hth

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

2 participants