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

Add parameter to make_dataset.py for running with parameterized pref_name count #24

Open jonlandrum opened 4 years ago

jonlandrum commented 4 years ago

Synopsis The program requires a computer with very generous resources available. If those resources are not available, the program will crash with an error stating such.

Acceptance Criteria

ikmckenz commented 4 years ago

Should use argparse to set the value, look at how --trees is set in src/models/train_structuretomoa.py for guidance.