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 flag to training script to use full dataset #29

Closed ikmckenz closed 4 years ago

ikmckenz commented 4 years ago

Should be --no-test or something similar to skip testing and train model on the full dataset for use in production inference.

pedrogengo commented 4 years ago

I would like to do this issue!