Closed eonu closed 1 year ago
sequentia.preprocessing
sklearn.preprocessing
IndependentFunctionTransformer
sklearn.preprocessing.FunctionTransformer
TransformerMixin
scale
minmax_scale
mean_filter
median_filter
sequentia.pipeline
sklearn.pipeline
Pipeline
sklearn.pipeline.Pipeline
sklearn
>=0.22
>=1.0
README.md
Major changes
sequentia.preprocessing
module withsklearn.preprocessing
compatibility.IndependentFunctionTransformer
for applying arbitrary stateless transforms to sequences independently (based onsklearn.preprocessing.FunctionTransformer
).TransformerMixin
interface.scale
andminmax_scale
— to be used withIndependentFunctionTransformer
.mean_filter
andmedian_filter
function transforms.sequentia.pipeline
module forsklearn.pipeline
compatibility.Pipeline
for combining transforms and Sequentia estimators into a wrapper that supports sequences as input (based onsklearn.pipeline.Pipeline
).sklearn
version specifier from>=0.22
to>=1.0
.Minor changes
README.md
example to demonstrate preprocessing and clearer input format.README.md
and various files.