Marco Maggi

Results 5 issues of Marco Maggi

#### Reference issue Closes #19897 #### What does this implement/fix? Clarify that the argument `dim` in `stats.unitary_group` must be greater than 1.

scipy.stats
Documentation

#### Reference issue Closes #20155. #### Additional Information Since I was editing scipy/optimize/_lsq/least_squares.py I also refactored two ".format" strings to f-strings.

scipy.optimize
Documentation
maintenance

#### Reference issue Closes #20370 #### What does this implement/fix? The documentation for the argument `origin` in `scipy.ndimage.convolve` is now the same as `scipy.ndimage.correlate`.

scipy.ndimage
Documentation
maintenance

@lorentzenchr it's just a draft PR to receive some feedback on what I did and discuss how to go forward. ```python3 >>> from model_diagnostics.scoring import compute_score, SquaredError >>> >>> y_obs...

Hi, thanks for the great package. I would like to use the `smoothing_rounds` argument only for a subset of the features of my model, the rest of the variables should...