Brandon N Benton
Brandon N Benton
As of scikit-learn version 1.2 the `sparse` parameter for `OneHotEncoder` has been renamed to `sparse_output`. Update name and pin scikit-learn >= 1.2 or pin < 1.2?
Ok, here we go... `sup3r/preprocessing` was previously just data handlers and batch handlers, essentially. Now we have `Loaders`, `Extracters`, `Derivers`, `Cachers` which are composed in `sup3r.preprocessing.data_handlers.factory` to build objects similar...
This adds the option to skip chunks in the forward pass routine if all coordinates covered by that chunk are masked. The mask is provided as an additional variable through...