Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upshadow_shift handling infinite values #90
Comments
|
Perhaps |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
Perhaps |
The handling of infinite values currently returns NaN - it should ideally return a shifted missing value and issue a warning for handling infinite values (ideally they should not be in your dataset, right?)
There should also be some way of turning off this behaviour / the loud noise that it makes
Below is some testing code for handling this.