Closed eonu closed 1 year ago
max_nbytes=None
joblib.Parallel
sequentia.preprocessing
sklearn.preprocessing
sequentia.pipeline
sklearn.pipeline
sklearn
>=0.22
>=1.0
Major changes
max_nbytes=None
to fix read-only buffer source array error injoblib.Parallel
(see https://github.com/scikit-learn/scikit-learn/issues/7981). (#235)sequentia.preprocessing
module withsklearn.preprocessing
compatibility. (#234)sequentia.pipeline
module forsklearn.pipeline
compatibility. (#234)Minor changes
sklearn
version specifier from>=0.22
to>=1.0
. (#234)