Skip to content

Commit

Permalink
Fix for scikit-learn version and nimbus_nlp model imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperlin committed Feb 29, 2020
1 parent f16a7eb commit 6c7c45a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added nimbus_nlp/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion nimbus_nlp/question_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pandas as pd
import sys
import json
from nimbus_nlp.save_and_load_model import save_model, load_latest_model, PROJECT_DIR
from save_and_load_model import save_model, load_latest_model, PROJECT_DIR

# TODO: move the functionality in this module into class(es), so that it can be more easily used as a dependency

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PyYAML==5.3
regex==2020.2.20
requests==2.23.0
rsa==4.0
scikit-learn==0.22.2
scikit-learn==0.20.2
scipy==1.4.1
six==1.13.0
sklearn==0.0
Expand Down

0 comments on commit 6c7c45a

Please sign in to comment.