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.
- Host: GitHub
- URL: https://github.com/florianwoelki/salary_linear_regression
- Owner: FlorianWoelki
- Created: 2019-05-10T18:23:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T12:56:59.000Z (over 6 years ago)
- Last Synced: 2025-01-27T23:16:47.604Z (over 1 year ago)
- Topics: jupyter, linear-regression, machine-learning, matplotlib, numpy, pandas, python, regression
- Language: Jupyter Notebook
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)