Skip to content

Latest commit

 

History

History
101 lines (65 loc) · 2.68 KB

README.md

File metadata and controls

101 lines (65 loc) · 2.68 KB

Regression-models

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

This repository contains projects including: simple linear reggression on insurance data, multiple linear regression based on the diabetes dataset as well as on an hourlywage dataset, and logistic regression on the iris dataset. All of these were created on Visual Studio Code using Jupyter Notebook.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Ensure you have the latest python program installed from: python.org/downloads/. Note these programs were made using Jupyter notebook.
  2. Clone the repository
    git clone https://github.com/EstherSlabbert/Regression-models.git
  3. Install numpy, pandas, seaborn, sklearn packages
    py -m pip install {insert package name here}
  4. Install jupyter notebook: https://jupyter.org/install
    py -m pip install notebook
  5. Run program(s) as you see fit. I used Visual Studio Code which can be found here: https://code.visualstudio.com/download.

(back to top)

Usage

This project includes examples of code for simple linear regression, multiple linear regression, and logistic regression from different datasets and can be used as a guide on which to base your own regression models.

(back to top)

Contact

Esther Slabbert - super.ejs@gmail.com

Project Link: https://github.com/EstherSlabbert/Regression-models

(back to top)

Acknowledgments

  • HyperionDev Data Science Bootcamp task assignments.

(back to top)