t4guw / Feature-Classifier

0 stars 0 forks source link

Add initial model that predicts maps in problem statements #18

Closed VictorSuciu closed 4 years ago

VictorSuciu commented 4 years ago

moved json reader from labeler.py to classifier.py since it's also needed for embedding.py. Just thought a more centralized location would be easier.

small bug fixes to labeler, embedder, classifier, and ModelData

Note: in problems.json, the last problem had a null value for the statement. I added the statement string manually.

VictorSuciu commented 4 years ago

Whoops I didn't add .DS_Store and .vscode to gitignore

isabelgiang commented 4 years ago

Looks like .DS_Store is still included in the commit. Other than that, LGTM