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

Is it possible to add other ML algorithms? #25

Open
Henrik51 opened this issue Aug 15, 2024 · 4 comments
Open

Is it possible to add other ML algorithms? #25

Henrik51 opened this issue Aug 15, 2024 · 4 comments

Comments

@Henrik51
Copy link

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!

@lewismervin1
Copy link
Collaborator

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?

@lewismervin1
Copy link
Collaborator

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?

@Henrik51
Copy link
Author

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.

@lewismervin1
Copy link
Collaborator

lewismervin1 commented Oct 3, 2024

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.

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