At a glance
ClinicalIndex Comparison RecordStandardized by ClinicalIndex from the ClinicalTrials.gov record · verify against the source.
Herbal Medicine for Inflammatory Bowel Diseases: a Development of Pattern Identification Algorithm by Retrospective Analysis of Case Series Data
In Brief
An observational study evaluating Decision tree modeling for Inflammatory Bowel Diseases. Completed, enrolled 67 participants across 1 site.
Detailed Summary
This study aimed to identify inflammatory bowel disease (IBD) patterns based on presenting symptoms and to suggest algorithms for determining pattern and herbal prescriptions for corresponding patterns. The investigators collected symptom data of 67 IBD patients who achieved and maintained clinical remissions after they had taken herbal medicine prescriptions. Prescriptions were categorised into 5 patterns, which were named after main features and symptoms of included patients. Associations between presenting symptoms and patterns were visualised using a term frequency inverse document frequency (TF-IDF) method. Determining IBD patterns from symptoms of patients was analysed and charted by decision tree modeling.
Study Details
Timeline
Interventions
A decision tree analysis was employed to explore the process of decision-making on types of pattern based on the existence or nonexistence of a symptom. At the end of tree presented is the proportion of patients who are categorised into each pattern. In this study, the classification was performed by applying the classification and regression tree (CART) algorithm using Scikit-learn package of Python, which performs a division using the Gini coefficient or the decrement of dispersion. The Gini coefficient is one of the tools for measuring entropy or diversity in each node and it measures the decrement by comparing the information entropy before and after separation. To avoid overfitting, the maximum number of leaf nodes was limited to four and the pruning method which complied with the principle of minimum description length was applied.