Clustering

proof_data_analysis.clustering.plot_kmeans_cluster(df: DataFrame, k=3)

Cluster the by session id using kmeans and plot the result.

kmeans text