ikmckenz / target-pred-py

A simple machine learning model for small-molecule target prediction in Python.
GNU General Public License v3.0
18 stars 8 forks source link

No data? #35

Open watermountain222 opened 3 months ago

watermountain222 commented 3 months ago

Hello, I'm just studying as a beginner. Until now I don't completely understand your code. No data-file in the Data folder. Could you explain where is the data file? Or, How do I get the data?

ikmckenz commented 2 months ago

Hi! If you work through the Getting Started section of the Reeadme, the part where you run make_dataset.py should populate the data directory (if everything still works).

watermountain222 commented 2 months ago

Thank you, I'll try it :)