Clustering Application in Python Using Scikit-Learn

Clustering

Clustering Application in Python Using scikit-learn

This repository contains the prediction of baseball metric clusters using MLB Statcast Metrics.

ap_mlb_1_stadium

Goals

  • Using MLB Statcast Metrics, summarize and examine baseball statistics.
  • Build a k-Means Clustering model to predict clusters using exit velocity and launch angle as features.
    • Determine the optimal number of clusters using the elbow method and silhouette coefficients.
  • Build a Hierarchical (Agglomerative) Clustering model to predict clusters using exit velocity and launch angle as features.

Download Details:

Author: tweichle
Download Link: Download The Source Code
Official Website: https://github.com/tweichle/Clustering

#python #scikit-learn #machine-learning

Clustering Application in Python Using Scikit-Learn
3.70 GEEK