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
We need to train our own model -> first part would be to start with an scipy SVM using computed fingerprints from matchms and then train a model.
Details on the Scipy implementation of an SVM are available here: https://scikit-learn.org/stable/modules/svm.html#implementation-details
Accuracy for training set should be within 20 points
Related papers: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3163042/ https://www.sciencedirect.com/science/article/abs/pii/S0169743920301416 https://www.sciencedirect.com/science/article/pii/S0021967323004028 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8430916/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to train our own model -> first part would be to start with an scipy SVM using computed fingerprints from matchms and then train a model.
Details on the Scipy implementation of an SVM are available here: https://scikit-learn.org/stable/modules/svm.html#implementation-details
Accuracy for training set should be within 20 points
Related papers:
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3163042/
https://www.sciencedirect.com/science/article/abs/pii/S0169743920301416
https://www.sciencedirect.com/science/article/pii/S0021967323004028
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8430916/
The text was updated successfully, but these errors were encountered: