Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

How find a Gender with height & weight from a data set using logistic regression in weka?

Description

How to find a gender with height and weight from a DataSet using logistic regression.

Process
Skewness:

  Load dataset in weka explorer.

  Preprocess the dataset for replacing Missing values & outliers:

1.Choose -> Weka -> Filter -> Unsupervised ->Attributes -> ReplaceMissingValues.

2.Choose -> Weka -> Filter -> Unsupervised ->Instances -> RemoveWithValues.

  Splitting dataset for Training and Testing Model: Classify Tab -> Choose -> Weka -> Classifier -> Function ->Logistic.

Then, click Percentage split mention 80% for Training & remaining for testing.

  Select the variable Gender ,then Click start to find the Value.

Screenshots

Find a Gender with height & weight from a data set using logistic regression in weka
Logistic regression in weka