Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f487a74

Browse files
Update script.py
1 parent e30cea9 commit f487a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Heart Disease Prediction/script.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
data["ca"] = int(input())
3737
print("[+] Enter 3 = normal, 6 = fixed defect, 7 = reversable defect")
3838
data["thal"] = int(input())
39-
model = pickle.load(open("./heart_model.pkl", "rb"))
39+
model = pickle.load(open("./Heart Disease Prediction/heart_model.pkl", "rb"))
4040
arr = pd.DataFrame(
4141
[
4242
[

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /