🔍 CausalIQ Discovery¶
CausalIQ Discovery provides algorithms for learning causal graph structures from observational data. There is a focus on simple, stable and competitive algorithms.
Quick Links:
- 📖 Full Documentation - coming soon
- 💻 Repository - coming soon
- 🚀 Quick Start - coming soon
🚀 Proposed Features¶
- score-based HC and Tabu algorithms
- Support for discrete and continuous data types
- Stability enhancements so that results not dependent on arbitrary artifacts of the data (e.g. variable order)
- Active learning whereby algorithm can dynamically request knowledge in areas of uncertainty.
Integration with Ecosystem¶
- 🎯 CausalIQ Data (causaliq-data is used by this package to determine the score of graphs.
- 🤖 CausalIQ Workflow uses this package in structure learning workflows.
Standalone Use¶
Users may use this package standalone in one-off structure learning experiments, as part of their own workflows, or as steps within CausalIQ Workflows
CausalIQ Discovery provides the statistical foundation for the entire ecosystem, implementing proven algorithms with modern software engineering practices to support reliable causal discoverye research.