jiehou commited on
Commit
4141479
·
1 Parent(s): 8f0583b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -73,7 +73,6 @@ def draw_polynomial(degree=2):
73
  results = pd.DataFrame(X, columns=['Training Error','Test Error'])
74
 
75
 
76
-
77
  fig = plt.figure(figsize=(12,10))
78
  plt.subplot(2,1,1)
79
 
 
73
  results = pd.DataFrame(X, columns=['Training Error','Test Error'])
74
 
75
 
 
76
  fig = plt.figure(figsize=(12,10))
77
  plt.subplot(2,1,1)
78