Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #256

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,21 @@ Assisted with AI, RATH can help you with your data analysis. Just provide RATH w

[Data Painter Video](https://youtu.be/djqePNyhz7w)

### 🌅 Causal Analysis (Alpha stage)

Causal analysis could be defined as the way to identify and examine the causal relationship between variables, which helps in the aid of creation of better prediction models and decision-making.

RATH's causal analysis feature include:
- Causal Discovery
- Editable graphical causal models
- Causal interpretability
- Interactive tools for deeper exploration
- What-if analysis

![Causal Analysis](https://kanaries-docs.oss-cn-hangzhou.aliyuncs.com/img/github-readme/causal-analysis.png)

For more about Causal Analysis features, refer to [RATH Docs](https://docs.kanaries.net/causal-analysis).

## Supported Databases

RATH supports a wide range of data sources. Here are some of the major database solutions that you can connect to RATH:
Expand Down