Skip to content

Commit 2a26869

Browse files
Fix variable renaming
1 parent c41c7c4 commit 2a26869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine-learning/04-Model Evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@
10981098
}
10991099
},
11001100
"source": [
1101-
"var featureContributionValues = fccIDataView.GetColumn<float[]>(\"FeatureContributions\");"
1101+
"var featureContributionValues = featureContributionCalc.GetColumn<float[]>(\"FeatureContributions\");"
11021102
],
11031103
"outputs": []
11041104
},

0 commit comments

Comments
 (0)