Skip to content

Commit

Permalink
removes trailing whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ackagel committed May 26, 2022
1 parent 9b11284 commit ce7e76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ark/spLDA/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ def gap_stat(features, k, clust_inertia, num_boots=25):


def compute_topic_eda(features, featurization, topics, silhouette=False, num_boots=None):
"""Computes five metrics for k-means clustering models to help determine an appropriate number
"""Computes five metrics for k-means clustering models to help determine an appropriate number
of topics for use in spatial-LDA analysis.
The five metrics are:
- Inertia: the total sum of within-cluster variance for all clusters.
- Silhouette Score: the silhouette score is a goodness-of-fit measurement for
Expand Down

0 comments on commit ce7e76a

Please sign in to comment.