.. _ai-api:

AI
====

graphistry['ai'] provides a set of utilities for AI and machine learning workflows on graphs, with optional GPU support

.. toctree::
   :maxdepth: 2


Featurize 
---------
.. automodule:: graphistry.feature_utils
    :members:
    :undoc-members:
    :inherited-members:
    :show-inheritance:
    :noindex:

UMAP 
----
.. automodule:: graphistry.umap_utils
    :members:
    :undoc-members:
    :inherited-members:
    :show-inheritance:
    :noindex:

Semantic Search 
---------------
.. automodule:: graphistry.text_utils
    :members:
    :undoc-members:
    :inherited-members:
    :show-inheritance:
    :noindex:

DBSCAN
------
.. automodule:: graphistry.compute.cluster
    :members:
    :undoc-members:
    :inherited-members:
    :show-inheritance:
    :noindex:
