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

RF_model error due to python and joblib versions #2

Open
pedronachtigall opened this issue Nov 16, 2022 · 1 comment
Open

RF_model error due to python and joblib versions #2

pedronachtigall opened this issue Nov 16, 2022 · 1 comment

Comments

@pedronachtigall
Copy link

Dear developers,

I am getting an error when using the stand-alone version due to incompatibility of the RF_model and python and joblib versions.
Reading about it, this error may be due to different versions of python that were used to generate the model and to perform prediction with the model. Or it may be due to differences on models designed using the joblib directly ("import joblib") or using the deprecated joblib from sklearn package ("from sklearn.externals import joblib").

Can you please specify the python version and joblib package used to designed the model?
It will help me to debug it and properly run your tool on my computer to analyze my set of sequences.

Best regards,
Pedro

@arunsrajpurohit
Copy link

Got the same Issue Developers could you kindly specify the python version and joblib package used to designed the model?

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