Currently, the `fit`, `fit!`, `predict`, and `predict!` functions live in `StatsBase`. What do you think about putting the function stubs for those four functions in `DataAPI`? The generic fallback definitions would continue to live in `StatsBase`.