Closed gtauzin closed 4 years ago
Just requiring you review for the curves.StandardFeature
transformer.
@ulupo @wreise Ready for a full review!
Note to self add module to main init and to documentation.
@ulupo I know you want to suggest to keep PersistenceLandascape
and flatten
all nd arrays into 2darrays here xD
Note to self: Check PersistenceLandscape
documentation again.
@ulupo I have an idea to greatly simplify hyperparams validation. Once the agreed changes are made, I will give it a try!
@gtauzin ok cool! I'll give you a signal when I'm done with the changes.
Reference issues/PRs
Types of changes
Description
curves
module to process and extract features from Betti, Landscape and SilhouetteStandardFeature
transformer that can return a variety of functions on those curves as featuresPersistentLandscape
return a 3D array, i.e. a multicurve that can be processed by thecurves
transformers too.Screenshots (if appropriate)
Any other comments?
Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.