felix-clark / ndarray-glm

Rust library for linear, logistic, and generalized linear model regression
MIT License
22 stars 0 forks source link

Define macros for common/simple use cases #29

Open felix-clark opened 3 years ago

felix-clark commented 3 years ago

Basic uses cases like ordinary least squares should be more ergonomic. Macros should be defined so that the user can get results in one short line and doesn't have to go through "building" a model and fitting it. Optional keyword parameters could also be used for configuration.