ndarray-glm
ndarray-glm copied to clipboard
Prelude module
Consider exporting common functions in a prelude
submodule rather than directly in the ndarray-glm
namespace.
One issue to work out is whether re-exporting ndarray::Array1
and the like would be a problem; some users may want to use ndarray_glm::prelude::*;
and this would probably lead to conflicts.