Giter VIP home page Giter VIP logo

weight-prediction's Introduction

Weight-Prediction

This model is intended to predict the weight of an individual based on variables that are thought to contribute to a persons weight such as height, arm circumference, waist circumference, etc. The model is trained and tested on the National Health and Nutrition Exam Survey (NHANES) for 2017-2018.

Data Conversion from XPT

Data was pulled from the CDC's National Health and Nutrition Exam Survey for 2017-2018 in XPT format. The data came in two separate files that were combined in Python. Only variables that were intuitively beleived to have predictive power were chosen. After selecting these variables, the combined data was converted into a CSV format.

Data Visualization

Before preprocessing and cleansing, visualization was done to ensure that variables chosen had some sort of relationship with the independent weight variable.

Data Cleansing and Preprocessing

After visualization was complete, cleansing and further preprocessing was initiated to handle missing values and select final variables. Categorical variables were converted into dummy variables and one variable from each category was removed as a reference variable.

Model Building

Building the model was fairly straight forward. The data was split into test and training datasets. A linear regression model was trained on the training dataset. After training, the model was applied to the test dataset where it proved to be an accurate model.

Results

The model proved to be accurate in predicting a persons weight based on the variables that were inputted.

weight-prediction's People

Contributors

jrasband-dev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.