You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the suggestions from @BSchilperoort in PR #152, we need a nice repr representation of preprocessor object, which informs the user the setup of preprocessor.
The text was updated successfully, but these errors were encountered:
It would also be nice (and more complete) to expose the stored parameters as @propertys. E.g.:
@propertydefdetrend(self):
returnself._detrend
etc. for the other parameters. This makes it easier to inspect this item later, for users who are for example working in a notebook.
We could also open an issue for this, and then also add a nicer repr which tells you the settings (and if the preprocessor is fit already, with an is_fit property).
Following the suggestions from @BSchilperoort in PR #152, we need a nice
repr
representation of preprocessor object, which informs the user the setup of preprocessor.The text was updated successfully, but these errors were encountered: