scikit-learn/sklearn/utils/sparsetools/__init__.py

6 lines
156 B
Python

"""sparsetools - a collection of routines for sparse matrix operations"""
from ._traversal import connected_components
__all__ = ["connected_components"]