mfasiolo / mgcViz

An R package for interactive visualization of GAM models
https://mfasiolo.github.io/mgcViz/
76 stars 9 forks source link

Scalable version of check.gam #22

Closed mfasiolo closed 7 years ago

mfasiolo commented 7 years ago

Currently the two scatter plots produced by check.gam do not handle large data sets. It would be useful to implement them via hexagonal binning, at least when the number of observations is, say, > 5e4.

mfasiolo commented 7 years ago

Now check.gam subsamples the data. If we have time, we'll add the binning, but this is very low priority.