An open API service indexing awesome lists of open source software.

https://github.com/florianwoelki/salary_linear_regression

This project is for salary prediction using linear regression without any machine learning library.
https://github.com/florianwoelki/salary_linear_regression

jupyter linear-regression machine-learning matplotlib numpy pandas python regression

Last synced: 2 months ago
JSON representation

This project is for salary prediction using linear regression without any machine learning library.

Awesome Lists containing this project

README

          

Salary Linear Regression


This repository contains a jupyter notebook for predicting a salary by a specific experience in years.
Here, we do not use any machine learning library. The linear regression was made from scratch with detailed
explanation in the notebook.

## 🤔 What is this project about?

Simple without any library coded linear regression for salary on experience in years.

## 📈 Getting Started

You can run this notebook by downloading it and running it by yourself.
Furthermore you can simply look at the notebook in the jupyter notebook file.

## 🛠 Built with
- [numpy](https://numpy.org/)
- [matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)

## 🤝 Contributing

If you have a issue or you want to build it better, feel free to contribute to this project by making a simple
pull request. :)

## 🤠 Authors
- [Florian Woelki](https://florianwoelki.com)