Projects STRLCPY Maryam Commits 7ed3e06f
🤬
  • ■ ■ ■ ■
    maryam/core/util/iris/cluster.py
    skipped 94 lines
    95 95   best_fit_index = optimal_k-1
    96 96   km = fitted[best_fit_index]
    97 97   
    98  - terms = vectorizer.get_feature_names()
     98 + terms = vectorizer.get_feature_names_out()
    99 99   order_centroids = km.cluster_centers_.argsort()[:, ::-1]
    100 100   
    101 101   summaries = [[] for _ in range(optimal_k)]
    skipped 18 lines
Please wait...
Page is in error, reload to recover