Skip to content

Commit

Permalink
Fixing a typo in nli_02_models.ipynb
Browse files Browse the repository at this point in the history
The module containing `fit_classifier_with_crossvalidation()` has
changed from `sst` to `utils`.
  • Loading branch information
wcmac committed Apr 27, 2020
1 parent 98fff80 commit 7f01ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nli_02_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"source": [
"### Model wrapper\n",
"\n",
"Our experiment framework is basically the same as the one we used for the Stanford Sentiment Treebank. Here, I actually use `sst.fit_classifier_with_crossvalidation` (from that unit) to create a wrapper around `LogisticRegression` for cross-validation of hyperparameters. At this point, I am not sure what parameters will be good for our NLI datasets, so this hyperparameter search is vital."
"Our experiment framework is basically the same as the one we used for the Stanford Sentiment Treebank. Here, I actually use `utils.fit_classifier_with_crossvalidation` (introduced in that unit) to create a wrapper around `LogisticRegression` for cross-validation of hyperparameters. At this point, I am not sure what parameters will be good for our NLI datasets, so this hyperparameter search is vital."
]
},
{
Expand Down

0 comments on commit 7f01ab4

Please sign in to comment.