Kendall

Results 32 comments of Kendall

Would it be helpful if I develop a minimal reproducible example? My plan was to do something similar to the gist linked in #23032 under `Steps/Code to Reproduce`? Thoughts?

@jjerphan I've created a minimal reproducible example that prints `self.weights_` of `GaussianMixture` in the following [gist](https://gist.github.com/kasmith11/e91ec5b99a2ca295423ba728954ed17a) that heavily leans on the example outlined in the Sklearn documentation. This prints the...

> Working on TSNE I recently pulled the most recent changes and `_parameter_constraints` were added to `sklearn/manifold/_t_sne.py`. "TSNE" was also removed from `PARAM_VALIDATION_ESTIMATORS_TO_IGNORE` in `sklearn/test/test_common.py`. Is there no longer a...

> @kasmith11 indeed a PR adding param validation has been submitted a few weeks ago and was merged a few days ago, so this estimator is done. But there are...

Working on `SplineTransformer`

Working on `SpectralEmbedding`