davidinouye / destructive-deep-learning

Destructive deep learning estimators and functions that are compatible with scikit-learn.
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Make mixture and autoregressive modules private #5

Closed davidinouye closed 6 years ago

davidinouye commented 6 years ago

Because the mixture and autoregressive modules are complex and slow, would it be good to actually remove them from the public API?

davidinouye commented 6 years ago

Decided not to remove from public API since some people may already have started using them (unlikely but just in case). Eventually, we would want to improve the speed (see #10 )