MinSizeKmeans VS kmodes

Compare MinSizeKmeans vs kmodes and see what are their differences.

MinSizeKmeans

A python implementation of KMeans clustering with minimum cluster size constraint (Bradley et al., 2000) (by Behrouz-Babaki)

kmodes

Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data (by nicodv)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
MinSizeKmeans kmodes
1 2
80 1,223
- -
0.0 4.2
about 3 years ago 17 days ago
Python Python
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MinSizeKmeans

Posts with mentions or reviews of MinSizeKmeans. We have used some of these posts to build our list of alternatives and similar projects.
  • Preliminary Evidence that Retail Trades can be Identified and Counted on the Tape
    1 project | /r/DDintoGME | 21 Oct 2021
    Sure so basically I scraped the volume from the SEC report figure depicting 'Buy' volume by measuring pixels between ticks on the y axis. I also downloaded all regular session trades for the dates in that figure and after some rounds of data cleaning (ie one hot encoding trade condition data) I ran the trades from the first half through an implementation of kmeans clustering with minimum cluster size constraints set to cluster the trades weighted by volume into 2 groups with minimum weight of the volume scraped from the candle from the SEC report. This clustering takes a long time to run so I've only managed to process that first bar.

kmodes

Posts with mentions or reviews of kmodes. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing MinSizeKmeans and kmodes you can also consider the following projects:

Clustering4Ever - C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.

yellowbrick - Visual analysis and diagnostic tools to facilitate machine learning model selection.

MAGIST-Algorithm - Multi-Agent Generally Intelligent Simultaneous Training Algorithm for Project Zeta

best-of-ml-python - 🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

PSOClustering - This is an implementation of clustering IRIS dataset with particle swarm optimization(PSO)

data-science-ipython-notebooks - Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

Dask - Parallel computing with task scheduling

orange - 🍊 :bar_chart: :bulb: Orange: Interactive data analysis

leidenalg - Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.

fuzzy-c-means - A simple python implementation of Fuzzy C-means algorithm.