Skip to content

Commit 1921a19

Browse files
Merge pull request #35 from luisquintanilla/model-eval-updates
Fix variable renaming error
2 parents e7b4b04 + 2a26869 commit 1921a19

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)