Skip to content

Commit

Permalink
Merge pull request #9 from ulat/patch-1
Browse files Browse the repository at this point in the history
Update 03_Cross_Validation.ipynb
  • Loading branch information
muellerzr authored Feb 27, 2020
2 parents e36e812 + 5441eea commit 32089fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Computer Vision/03_Cross_Validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@
"train_labels = L()\n",
"for i in range(len(dsrc.train)):\n",
" train_labels.append(dsrc.train[i][1])\n",
"for i in range(len(datasource.valid)):\n",
" train_labels.append(datasource.valid[i][1])\n",
"train_labels"
],
"execution_count": 0,
Expand Down Expand Up @@ -1731,4 +1733,4 @@
]
}
]
}
}

0 comments on commit 32089fc

Please sign in to comment.