ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

🐛 Bug: eos6pbf-colab ersilia model has no attribute predict #444

Closed Dorothy2020 closed 1 year ago

Dorothy2020 commented 1 year ago

Describe the bug.

I am getting Attribute error while serving the the model in colab Screenshot from 2022-10-25 14-15-22

Describe the steps to reproduce the behavior

No response

Expected behavior.

No response

Screenshots.

The model has been fetched sucessfully

Operating environment

Ubuntu 20.04

Additional context

No response

Dorothy2020 commented 1 year ago

Managed to solved it by writing the following commands: df=pd.read_csv(path) print(df.columns) df.head() Screenshot from 2022-10-25 14-45-12