This directory contains 3 workflows.
Solution 1 • exclude rows where marital-status is missing. • On the remaining rows: • extract rows where marital-status = "Never-married" • […]
Solution 2 • Using the Rule Engine node, create a new column “currency” with value “USD” for the orders from the USA, and “EUR” for the orders from […]
Solution 3 • Use the Normalizer(PMML) node to z normalize all numerical columns. • Partition the dataset into a training set (80%) and a test set (20%) […]