You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: