What's Changed
* Replace _is_pairwise import with _is_pairwise_metric for compatibility with scikit-learn 1.1 by cmarmo in https://github.com/dask/dask-ml/pull/910
* Black formatting updates by mmccarty in https://github.com/dask/dask-ml/pull/909
* Fix precomputed kernel test with _safe_tags. by cmarmo in https://github.com/dask/dask-ml/pull/921
* Fixing CI by mmccarty in https://github.com/dask/dask-ml/pull/929
* Update coefficient assignment by kchare in https://github.com/dask/dask-ml/pull/914
New Contributors
* cmarmo made their first contribution in https://github.com/dask/dask-ml/pull/910
* kchare made their first contribution in https://github.com/dask/dask-ml/pull/914
**Full Changelog**: https://github.com/dask/dask-ml/compare/v2021.1.22...v2022.5.27