-
Notifications
You must be signed in to change notification settings - Fork 0
Future Plan
Bell Eapen edited this page Nov 10, 2025
·
1 revision
This page enumerates candidate enhancements and methodological extensions that will deepen triangulation capabilities and analytical rigor within CRISP-T.
| Area | Enhancement | Rationale for Triangulation |
|---|---|---|
| Ensemble Models | Random Forests, Gradient Boosting (XGBoost integration already optional) | Stabilize variable importance; cross-check decision tree rules |
| Regularized Regression | Lasso / Ridge / Elastic Net | Handle high-dimensional text-derived numeric features, support selective coding |
| Mixed-Effects Models | Hierarchical regression (e.g., patient within clinic) | Model nested qualitative contexts |
| Advanced Clustering | DBSCAN, Hierarchical clustering | Detect non-spherical clusters complementing K-Means and TDABM |
| Topic Modeling | Neural topic models / BERTopic | Capture contextual embedding-based themes |
| Abstractive Summarization | Transformer summarizers | Thematic condensation for memo drafting (human-validated) |
| Sentiment Dimensions | Emotion / stance analysis | Richer qualitative affect coding |
| Causal Inference | Propensity score / causal forests | Test robustness of emergent explanatory relations |
| Interactive Visualization | Web dashboard combining TDABM + topic heatmaps | Real-time multi-modal exploration |
| Rule Export | JSON path export from decision trees | Programmatic comparison with qualitative category networks |
| Radius Optimization | Automated TDABM radius tuning | Reduce analyst bias in structural inference |
| Memo Automation | Template generation populated from metadata | Accelerate audit trail construction |
| Counterfactual Search | Generate alternative semantic queries | Mitigate confirmation bias |
- Contribution to methodological rigor (grounded theory alignment).
- Enhancement of cross-modal interpretability.
- Low risk of misinterpretation or over-automation.
- Community demand (issues, stars, citations).
| Phase | Focus | Outcome |
|---|---|---|
| Short-term | Ensemble + regularized models | Stable confirmatory signals |
| Mid-term | Mixed-effects + advanced clustering | Context-sensitive saturation |
| Long-term | Causal layers + interactive dashboards | Theory refinement & dissemination |
- Open an issue describing the proposed method and its triangulation use-case.
- Provide minimal reproducible examples and expected metadata outputs.
- Reference this plan and justify priority alignment.
- Mettler et al. (2025) — Methodological reflection guiding computational augmentation.
- Rudkin & Dlotko (2024) — Structural exploration, motivating shape-aware enhancements.