Skip to content
#

clustering

Here are 2,984 public repositories matching this topic...

mmedenjak
mmedenjak commented Sep 25, 2020

In some cases, the default implementations are very inefficient (e.g. Map.replaceAll and forEach fetching all entries and iterating over them locally). This was improved on member-side as the cluster version is available and in some cases we opted for using entry processors instead.

On the client-side, the cluster version is not available which meant it ends up still using the default versi

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Oct 1, 2020
  • Jupyter Notebook
text-analytics-with-python

Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.

  • Updated Sep 10, 2020
  • Jupyter Notebook
annoviko
annoviko commented Aug 27, 2020

Introduction
There is a discussion regarding to purity estimation - see #620 . In order to cover this proposal, V-Measure should be implemented.

References
Article: V-Measure: A conditional entropy-based external cluster evaluation measure. Andrew Rosenberg and Julia Hirschberg.

Description
The functionality should be implemented for Python and C++ version. The following names

Improve this page

Add a description, image, and links to the clustering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clustering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.