Closed VictorSuciu closed 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.
Whoops I didn't add .DS_Store and .vscode to gitignore
Looks like .DS_Store is still included in the commit. Other than that, LGTM
.DS_Store
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.