alexpghayes / modelling-in-r

an initial attempt to describe a grammar of modelling for r
https://alexpghayes.github.io/modelling-in-r/
3 stars 0 forks source link

Documentation and proganda #18

Open alexpghayes opened 6 years ago

alexpghayes commented 6 years ago

A nice interface will only be useful if people actually implement it. I think this will by far be the major hurdle to overcome.

Here's some infrastructure that I believe in necessary for interface adoption:

Perhaps more importantly: a machine learning library making use the interface and demonstrating how nice it is. (Maybe with cleanly written reference implementations of common ML methods? Or wrappers around cleanly written C++ implementations?)

Since most people start with OLS, GLMs and penalized regression, I think it is key to provide beautiful, clean, full on replacements/wrappers for lm, glm and glmnet, as well as vignettes extensively documenting their use.

alexpghayes commented 6 years ago

Part of this: it should be much easier to see the exact math a particular model/package implements in a visually appealing way.