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 height and weight from a data set using simple linear regression in weka?

Description

How to calculate height and weight from a DataSet using simple linear 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 ->Linear Regression.

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

   Select the variable Height/Weight ,then Click start to find the Value.

Screenshots

Find height and weight from a data set using simple linear regression in weka