-
Notifications
You must be signed in to change notification settings - Fork 15
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
Is it possible to add other ML algorithms? #25
Comments
Hi @Henrik51. Thanks for the interest in QSARtuna. I have updated the README as part of 3.1.2 to include instructions to add ML algorithms: https://github.com/MolecularAI/QSARtuna/blob/master/README.md#adding-machine-learning-algorithms-to-qsartuna. Please have a look and see if it enables you to add another ML algorithm? |
Hi @Henrik51, were you able to add the machine learning algorithm that you wanted? I was wondering which ML algorithm are you trying to implement? It may help to improve QSARtuna if it was added? |
Hi @lewismervin1, Thank you a lot for adding the part to the README. It is very clearly explained. I have not had the chance to try it out yet. I will let you know when I have. I want to add Mordred descriptors and Gaussian Process Regressor. |
Hi @Henrik51, I added CustomRegressionModel and CustromClassifiationModel to the algorithms which allow to convert existing .pkl files or to just use fitted/unfitted algorithms at optimisation or build time - with an option to [re]-fit algorithms during the process (or not). Let me know if this helps/ you need more details or if you have any suggestions for this functionality. |
Hello,
thanks for the great package! I am wondering if and how it is possible to add other ML algorithms?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: