Skip to content

Commit c3b54ae

Browse files
authored
Merge pull request #2 from denisarnaud/patch-1
Prefixed the CSV file-path by 'Datasets/'
2 parents 7a72f2f + a9f30b7 commit c3b54ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: DecisionTrees_RandomForest_Project_LendingData.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"outputs": [],
6969
"source": [
70-
"df = pd.read_csv('loan_data.csv')"
70+
"df = pd.read_csv('Datasets/loan_data.csv')"
7171
]
7272
},
7373
{

0 commit comments

Comments
 (0)