issues
search
MUCollective
/
pgog
Supplemental to A Probabilistic Grammar of Graphics
14
stars
1
forks
source link
Extend P(A|B) to more vars
#2
Open
xiaoyingpu
opened
5 years ago
xiaoyingpu
commented
5 years ago
Usability: do users understand P(A, B | C, D) even if our syntax supports it?
Probably need to manipulate the syntax tree to override operator precedence
P()
loses track of the original data types when normalizing the dataframe
Currently, P(A | B) implies P(A | B == TRUE)
Make this more explicit and extend it to P(A | B == 'c')
P()
loses track of the original data types when normalizing the dataframe