We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625268c commit daeeb18Copy full SHA for daeeb18
1 file changed
dataAnalytics/app2/main.py
@@ -1,6 +1,9 @@
1
import numpy as np
2
+
3
import matplotlib.pyplot as plt
4
5
import csv
6
7
class LinearRegression(Object):
8
def __init__(self):
9
self.w = 0
0 commit comments