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
[MRG+2] DOC correct docstring for sample_gaussian (scikit-learn#6957)
* DOC correct docstring for sample_gaussian
Docstring did not match function behaviour. Caused some trouble trying to implement a compatible version for a different distribution.
* MAINT Use _sample_gaussian internally
This avoids triggering the deprecation warning. sample_gaussian is just a thin
wrapper.
* Fix _sample_gaussian test path
_sample_gaussian is not publicly exported in mixture, so use gmm module.
0 commit comments