Skip to content

Commit 88e9caa

Browse files
committed
update
1 parent d2c4651 commit 88e9caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: linear_regression_class/systolic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import numpy as np
2020
import pandas as pd
2121

22-
df = pd.read_excel('mlr02.xls')
22+
df = pd.read_excel('mlr02.xls', engine='xlrd')
2323
X = df.values
2424

2525
# using age to predict systolic blood pressure

0 commit comments

Comments
 (0)