Skip to content

Commit 174de32

Browse files
committed
Linear Regressions - The Basics
1 parent b396db6 commit 174de32

File tree

4 files changed

+454
-0
lines changed

4 files changed

+454
-0
lines changed

EX_03/advertising.csv

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
TV, Radio, Newspaper, Sales
2+
230.1, 37.8, 69.2, 22.1
3+
44.5, 39.3, 45.1, 10.4
4+
17.2, 45.9, 69.3, 12.0
5+
151.5, 41.3, 58.5, 16.5
6+
180.8, 10.8, 58.4, 17.9

EX_03/ex_03_linregress_1

+436
Large diffs are not rendered by default.

EX_03/plant_prod_hourly.csv

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Production_Hour_x,Production_Volume_y
2+
34,102
3+
35,104
4+
39,137
5+
42,148
6+
43,150
7+
47,158
8+

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ and Tinker with Arduino, Rpi, PIC, and Lego too, and eventually you may _toss me
3838

3939
[#EX_01](EX_01/) #PySeries - [**Python For Engineers — Exercises!**](https://medium.com/jungletronics/python-for-engenniging-exercises-977fbe4d6d02) — An overview of the Opportunities Offered by Python in Engineering!
4040

41+
[#EX_02](EX_02/) #PySeries - [**Python For Engineers — More Exercises!**](https://medium.com/jungletronics/python-4-engineers-more-exercises-5cbab729ef11) — Another Round to Make Sure that Python is Really Amazing!
42+
43+
[#EX_03](EX_03/) #PySeries - [**Linear Regressions - The Basics **](https://medium.com/jungletronics/linear-regressions-the-basics-1a633f351ec2?postPublishedType=repub) — How to Understand Linear Regression Once and For All!
44+
4145
### License
4246

4347
[![License: CC BY-NC-ND 3.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/3.0/)

0 commit comments

Comments
 (0)