Ludvig Hult

Results 4 issues of Ludvig Hult

**Describe the bug** importing cdt and matplotlib in the wrong order creates a Qt library inconsistency the following code works: ```python import sys import cdt import seaborn import matplotlib.pyplot as...

minor bug

### Describe the bug The Yeo-Johnson is not a surjective transformation for negative lambdas. Therefore, the inverse transformation returns `np.nan` when inverse transforming values outside the range of the transform....

Bug

The `gfit` function is brittle, and fails in some cases. Instead of giving error messages or warnings, the calibration routine just spits out nonsense like infinite, nan or zero variance....

### Describe the bug Create a dataset. Save it to disk. Load from disk. Shuffle, usning a `np.random.Generator`. Iterate. Shuffle again. Iterate. The iterates are different since the supplied np.random.Generator...