Table of Contents
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.
To get a local copy up and running follow these simple example steps.
- Ensure you have the latest python program installed from: python.org/downloads/. Note these programs were made using Jupyter notebook.
- Clone the repository
git clone https://github.com/EstherSlabbert/Regression-models.git
- Install numpy, pandas, seaborn, sklearn packages
py -m pip install {insert package name here}
- Install jupyter notebook: https://jupyter.org/install
py -m pip install notebook
- Run program(s) as you see fit. I used Visual Studio Code which can be found here: https://code.visualstudio.com/download.
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.
Esther Slabbert - [email protected]
Project Link: https://github.com/EstherSlabbert/Regression-models
- HyperionDev Data Science Bootcamp task assignments.