molecularmodelinglab / PhaKinPro

Pharmacokinetic property prediction with QSAR modeling
https://phakinpro.mml.unc.edu/
MIT License
6 stars 2 forks source link

There was an error about 'model': str' object has no attribute 'predict_proba' #3

Open xx927 opened 3 months ago

xx927 commented 3 months ago

Traceback (most recent call last): File "", line 1, in File "/phakinpro.py", line 112, in run_prediction pred_proba = model.predict_proba(fp.reshape(1, -1))[:, 1] ^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'predict_proba'

What can I do? Thanks very much!