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

New data format supporting mixed variables (continuous/discrete) and interventional data #27

Open
felixleopoldo opened this issue May 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@felixleopoldo
Copy link
Owner

felixleopoldo commented May 10, 2022

A better data format that supports mixed and interventional data.

First row: labels
Second row: indicates that the variable is (c)ontinuous or the number of discrete (ordinal) categories (levels).

The right part of the dataset indicates the intervention (t)argets.

a,b,c,d,a,b,c,d
c,c,2,3,t,t,t,t
2.7,7.4,1,3,0,0,0,0
5.4,3.9,2,1,0,1,0

@felixleopoldo felixleopoldo added the enhancement New feature or request label May 10, 2022
@felixleopoldo felixleopoldo changed the title New data format supporting mixed and interventional data New data format supporting mixed variables (continuous/discrete) and also interventional data May 12, 2022
@felixleopoldo felixleopoldo changed the title New data format supporting mixed variables (continuous/discrete) and also interventional data New data format supporting mixed variables (continuous/discrete) and interventional data May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant