MinSizeKmeans VS SeaLion

Compare MinSizeKmeans vs SeaLion 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)
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 SeaLion
1 4
80 333
- -
0.0 5.2
about 3 years ago 7 months ago
Python Python
GNU General Public License v3.0 only Apache License 2.0
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.

SeaLion

Posts with mentions or reviews of SeaLion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-08.
  • Cython, why should I care?
    1 project | /r/Python | 2 Sep 2021
    I was searching reddit earlier, for certain machine learning topics, and I came across a topic which looks like a showcase. By following the links leading to the repo, I found some .pyx and .pxd hybrid modules. I was always skeptical about taking the trouble of writing modules in this weird syntax, expecting promising performance gains. By searching cython projects on github, I found many others. It looks like some people found it interesting to adopt in their projects. What can you consider as valid use case(s) for cython? I mean if you're really that worried about performance, which you can't get using python, wouldn't it be wiser to use optimized C/C++ with possibly a python API?
  • A Python ML framework that encourages learning ML concepts
    1 project | news.ycombinator.com | 11 Feb 2021
  • Machine Learning Library by 14-year old : SeaLion
    2 projects | /r/Python | 8 Feb 2021
    We do that already inside of the source code. The ensemble learning classifier has a method in which you can train multiple models all at once in parallel and then get the best classifier on the dataset. You can check out the ensemble learning tutorials here : ensemble learning tutorial

What are some alternatives?

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

kmodes - Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data

scikit-learn - scikit-learn: machine learning in Python

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

mlcourse.ai - Open Machine Learning Course

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

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