jhu-bids / fhir-zulip-nlp-analysis

Ad hoc NLP (Natural Language Processing) analysis of HL7 FHIR's online Zulip chat streams.
MIT License
0 stars 0 forks source link

Updates #10

Closed joeflack4 closed 2 years ago

joeflack4 commented 2 years ago

Updates:

    - Codestyle: Updated for PEP8 compliance.
    - Update: Reports are now saved within their respective functions.
    - Update: Report2 (thread lengths): (i) column 'outlier' renamed to 'std_deviations_from_avg_category_len' and changed from boolean to string. Pending change to integer number of std deviations away, (ii) column 'avg_thread_length' renamed to 'avg_category_thread_length', (iii) column 'thread' changed to 'thread_name'.
    - Bugfix: report2 'thread_name': changed integer thread index to show thread name.
    - Update: Refactor thread counts: (i) iterates over threads, not indexes of thread list, (ii) re-uses thread dataframe subset.
    - Added: URL to report2
joeflack4 commented 2 years ago

Updates: zulip_report1_counts.csv zulip_report2_thread_lengths.csv