Item clustering =================== This part of the pipeline is responsible for clustering the items. The clustering is done using the KMeans algorithm from the scikit-learn library. The number of clusters is determined by the user. .. automodule:: itemClustering :members: