You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
[predict_helper.py:26] root 2022-01-17 16:18:18,330 working on [atrophy]
Traceback (most recent call last):
File "nlp2phenome/predict_helper.py", line 184, in <module>
predict_to_eHOST_results(sys.argv[1])
File "nlp2phenome/predict_helper.py", line 165, in predict_to_eHOST_results
predicted_results = hybrid_prediciton(ss.settings)
File "nlp2phenome/predict_helper.py", line 78, in hybrid_prediciton
d2p, labels2work = predict(settings)
File "nlp2phenome/predict_helper.py", line 43, in predict
full_text_dir=test_text_dir)
TypeError: load_data_for_predict() got an unexpected keyword argument 'concept_mapping_file'
Without predict_mode
[predict_helper.py:167] root 2022-01-17 16:18:45,485 predicting...
[predict_helper.py:26] root 2022-01-17 16:18:45,486 working on [atrophy]
Traceback (most recent call last):
File "nlp2phenome/predict_helper.py", line 184, in <module>
predict_to_eHOST_results(sys.argv[1])
File "nlp2phenome/predict_helper.py", line 168, in predict_to_eHOST_results
predicted_results = predict(ss.settings)
File "nlp2phenome/predict_helper.py", line 43, in predict
full_text_dir=test_text_dir)
TypeError: load_data_for_predict() got an unexpected keyword argument 'concept_mapping_file'
The text was updated successfully, but these errors were encountered:
With
predict_mode
set tohybrid
Without
predict_mode
The text was updated successfully, but these errors were encountered: