
Explanation:
Box 1: Two-Class Neural Network
The Two-Class Neural Network creates a binary classifier using a neural network algorithm. Train a model based on the naive_bayes.GaussianNB algorithm.
Box 2: Execute python script
Select the training features using the pandas filter method
Box 3: Select Columns in DataSet
Return only the Scored Labels column by using the query SELECT [Scored Labels] FROM t1; Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/two-class- neural-network