Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgm authored Oct 24, 2023
1 parent f8e3367 commit fcd9548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from sklearn.metrics import accuracy_score
import pandas as pd

# Read data
df = pd.read_csv("data/accuracy/anneal.csv", sep=" ", header=None)
df = pd.read_csv("data/classification/anneal.csv", sep=" ", header=None)
X = df[df.columns[1:]]
y = df[0]

Expand Down

0 comments on commit fcd9548

Please sign in to comment.