https://github.com/scifer99/building-machine-learning-models-with-python
Build Linear Regression and Mean Absolute Error Models with Python for Machine Learning
https://github.com/scifer99/building-machine-learning-models-with-python
ai linear-regression machine-learning mean-absolute-error statistical-analysis statistical-learning
Last synced: 6 months ago
JSON representation
Build Linear Regression and Mean Absolute Error Models with Python for Machine Learning
- Host: GitHub
- URL: https://github.com/scifer99/building-machine-learning-models-with-python
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-30T16:55:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T17:03:20.000Z (about 3 years ago)
- Last Synced: 2025-01-07T14:22:18.205Z (about 1 year ago)
- Topics: ai, linear-regression, machine-learning, mean-absolute-error, statistical-analysis, statistical-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building-Machine-Learning-Models-with-Python
Build Linear Regression and Mean Absolute Error Models with Python for Machine Learning
Here I am back with more Machine Learning stuff! (For now; more concepts coming soon!)
Step 1: Install these packages (if you have not done so already!)
pip3 install sklearn
pip3 install model_selection
pip3 install LinearRegression
pip3 install metrics
pip3 intall pandas
Step 2: That's all folks!
Happy Coding!