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
Thanks for the package!
Would it be possible to allow input data for the normalization function to be already transformed?
For example, by parsing shift_factor=False and scale_factor=False, and adding if(shift_factor & scale_factor) before the transformation part of the function.
This would help me a lot!
Best wishes,
Mark
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the package!
Would it be possible to allow input data for the normalization function to be already transformed?
For example, by parsing
shift_factor=False
andscale_factor=False
, and addingif(shift_factor & scale_factor)
before the transformation part of the function.This would help me a lot!
Best wishes,
Mark
The text was updated successfully, but these errors were encountered: