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.

[Task Information of GuassianMixture]

Example Workflow

Python Package

BayesianGaussianMixture: https://scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.htmlarrow-up-right

GaussianMixture: https://scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.htmlarrow-up-right

Last updated