Gaussian Mixture Models

Bayesian Gaussian Mixture, Gaussian Mixture

Common

Input Data

Parameters

Inputs

*Target(X) Data

Data Input

*Model Name

Name of the user-defined model

Predict Output

Name of the output data

Merge Data

Predict Output will be created with predicted labels concatenated to Merge Data.

*X

User-selected column to be X.

Example Workflow

Python Package

BayesianGaussianMixture: https://scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html

GaussianMixture: https://scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html

Last updated