Lollitor
Lollitor
Hi, this is my first time contributing. The bug was well described, and I reproduced the issue using the provided testing code. As already suggested, the problem lies in how...
The code I posted fixes the reported bug, running the code to reproduce the error we get that _y_train_std reflects the true scale of the features, even when normalization is...
Ok perfect, thanks for the list and the feedback, I think tomorrow I will have time to work on it and do a PR as soon as possible!
Hi all, sorry for the delay. In the past few days, I worked on this, and after making the modifications we previously agreed on, the original bug is now solved....
Hi everyone. Thanks for the suggestion. The covariance was calculated but not used for any assertion, so I added it. I also added a test for normalize_y=True to enhance robustness...