This directory contains 3 workflows.
Question1 Read adult.csv data set (This is on the web) : - Exclude rows where marital-status is missing. On the remaining rows: - Extract rows […]
Question2 Read the sales.csv dataset. - Using the Rule Engine node, create a new column “currency” with value “USD” for the orders from the USA, and […]
Question3 Read the wine.csv dataset. Train a Logistic Regression Model to predict whether a wine is red or white. - Use the Normalizer(PMML) node to […]