Icon

17_​Logistic_​Regression

17_Logistic_Regression
Exercise Logistic Regression1) Read data wine.csv2) Train a Logistic Regression Model to predict whether a wine is red or white- Use the Normalizer (PMML) node to z normalize all numerical columns- Partition the dataset into a training set (80%) and a test set (20%). Apply stratified sampling on the color column.- Train a logistic regression model on the training set, and apply the model to the test set- OPTIONAL: use the Scorer node to evaluate the accuracy of the model Exercise Logistic Regression1) Read data wine.csv2) Train a Logistic Regression Model to predict whether a wine is red or white- Use the Normalizer (PMML) node to z normalize all numerical columns- Partition the dataset into a training set (80%) and a test set (20%). Apply stratified sampling on the color column.- Train a logistic regression model on the training set, and apply the model to the test set- OPTIONAL: use the Scorer node to evaluate the accuracy of the model

Nodes

  • No nodes found

Extensions

  • No modules found

Links