Skip to content

Commit daeeb18

Browse files
authored
Update main.py
1 parent 625268c commit daeeb18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dataAnalytics/app2/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import numpy as np
2+
23
import matplotlib.pyplot as plt
4+
35
import csv
6+
47
class LinearRegression(Object):
58
def __init__(self):
69
self.w = 0

0 commit comments

Comments
 (0)