Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bob7783 committed Aug 18, 2023
1 parent d2c4651 commit 88e9caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linear_regression_class/systolic.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import numpy as np
import pandas as pd

df = pd.read_excel('mlr02.xls')
df = pd.read_excel('mlr02.xls', engine='xlrd')
X = df.values

# using age to predict systolic blood pressure
Expand Down

0 comments on commit 88e9caa

Please sign in to comment.