zmjones / edarf

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

refactor/expand plot functions #41

Closed zmjones closed 8 years ago

zmjones commented 9 years ago

especially plot_pd needs this, very messy. probably we can make this simple as in plotPartialPrediction in mlr. plot_imp probably needs a refactor as well

additionally contour/tile plots for regression and survival tasks should be implemented (code again in plotPartialPrediction)

zmjones commented 9 years ago

Have rewritten plot_pd in adda3ff06f5f9424b655483bcc45119c91d51144. Not sure if plot_imp needs to be refactored but will check that out this week.