Inputs:
Path: Path of the CSV file Ex.: C:~Wholesale customers.csv
NoOfColumn: Number of Columns in the CSV file
InputColumn: Header of the input columns of the CSV file Ex : 'Channel','Region','Fresh','Milk','Grocery','Frozen','Detergents_Paper','Delicassen'
InputColumnDataType: Data Types of the input column (Available datatype: Numeric, String, Date) Ex: 'Numeric', 'Numeric', 'Numeric', 'Numeric', 'Numeric', 'Numeric', 'Numeric', 'Numeric'
MissingNumberValueReplacement: By which value you have to replace the missing number values
MissingStringValueReplacement: By what string you have to replace the missing string values
MissingDateValueReplacement: By which date you have to replace the missing Date values (Format: YYYY-MM-DD) Ex: 2020-01-21
IgnoreColumns: header of the Columns which you have to ignore in the model. Ex: 'Detergents_Paper'
Input Ex:-
The customer segments data is included as a selection of 440 data points collected on data found from clients of a wholesale distributor in Lisbon, Portugal.
Actions:
The bot takes the CSV file and prepares the clusters using the Gaussian mixture model
Outputs:
Output: the result in the form of the MS Excel
Viable Segments and segmental counts
Ex: The data has been divided into clusters using the Gaussian mixture model for the customer segmentation