Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually disable normalized stress for MDS
Suppress a user warning from scikit-learn's MDS implementation caused by not setting the `normalized_stress` value in v1.3. The default value changed from `False` to `"auto"` in v1.4, but we want the original default anyway so we set it here.
- Loading branch information