zmjones / edarf

exploratory data analysis using random forests
MIT License
68 stars 11 forks source link

multivariate plotting #19

Closed zmjones closed 8 years ago

zmjones commented 9 years ago

i think you can handle multivariate pd plots in the same way that you handle class probs or interactions. the only difficulties i can think of is when a interaction plot for multivariate outcomes is requested

zmjones commented 9 years ago

i added a multivariate flag as an attribute but didn't implement this yet

zmjones commented 9 years ago

i added multivariate plots with one explanatory variable with 09e3a684e57a08cfd8a6505b1d2f0446c940d251

zmjones commented 9 years ago

we need to add multivariate plots with multiple variables (facet along the second dimension using facet_grid) and interactions (same).

zmjones commented 8 years ago

i think this is too complicated