-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- covid_symptom__nlp_results_gpt35 - covid_symptom__nlp_results_gpt4 Both call out to Azure ChatGPT and detects COVID symptoms in clinical notes, with the same cohort selection as the other covid_symptom tasks (ED notes). You will need to set the following two environment variables to use them: - AZURE_OPENAI_API_KEY - AZURE_OPENAI_ENDPOINT These tasks will also need to be added to your AWS config (see the new template) and the Crawler run to detect their schemas. The Library covid study has not yet been updated to consume the tables yet, but will be.
- Loading branch information
Showing
17 changed files
with
580 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
"""The covid_symptom study""" | ||
|
||
from .covid_tasks import CovidSymptomNlpResultsTask, CovidSymptomNlpResultsTermExistsTask | ||
from .covid_tasks import ( | ||
CovidSymptomNlpResultsGpt4Task, | ||
CovidSymptomNlpResultsGpt35Task, | ||
CovidSymptomNlpResultsTask, | ||
CovidSymptomNlpResultsTermExistsTask, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.