Yellowbrick: Machine Learning Visualization seems to have some really nice methods and visualisations for various aspects of ML. These should be investigated and perhaps the most useful/unique ones wrapped to work with LUMIN models and PlotSettings.
Perhaps really, we need a method that can call generic plotting methods and then apply stylings to the returned plot, to save having to wrap plotters individually. I'm not sure how easy this would be, and would probably require that the plotting method returns the plot rather than plots it directly.
Yellowbrick: Machine Learning Visualization seems to have some really nice methods and visualisations for various aspects of ML. These should be investigated and perhaps the most useful/unique ones wrapped to work with LUMIN models and
PlotSettings.Perhaps really, we need a method that can call generic plotting methods and then apply stylings to the returned plot, to save having to wrap plotters individually. I'm not sure how easy this would be, and would probably require that the plotting method returns the plot rather than plots it directly.