jjerphan / CS5242Project

Predicting Protein – Ligand Interaction by using Deep Learning Models
GNU General Public License v3.0
3 stars 2 forks source link

Enhancement #15

Closed small-donkey closed 6 years ago

small-donkey commented 6 years ago

Main changes:

  1. Generalize extract data/create examples for use of prediction datasets.
  2. Introduce concurrency to speed up extract data/create examples.
  3. A simple prototype for predict method (Need to check generator class).
jjerphan commented 6 years ago

I have included various comment.

The concurrency to create examples is a nice idea. Maybe we should serialize the scaler once we have it fitted?

small-donkey commented 6 years ago

I have included various comment.

The concurrency to create examples is a nice idea. Maybe we should serialize the scaler once we have it fitted?

Sorry. Which scaler?

jjerphan commented 6 years ago

I've done some renaming, refactoring, removing old snippets and included some TODO's for further improvements.