Skip to content

Commit f6837f5

Browse files
MariBaxBakhanova Mariya
authored and
Bakhanova Mariya
committed
Add recommendations about max_iter and PR
1 parent 8374f18 commit f6837f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

week1/week1-MultilabelClassification.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,9 @@
728728
"cell_type": "markdown",
729729
"metadata": {},
730730
"source": [
731-
"Train the classifiers for different data transformations: *bag-of-words* and *tf-idf*."
731+
"Train the classifiers for different data transformations: *bag-of-words* and *tf-idf*.\n",
732+
"\n",
733+
"If you receive a convergence warning, please set parameter *max_iter* in LogisticRegression to a larger value (the default is 100)."
732734
]
733735
},
734736
{
@@ -1030,7 +1032,9 @@
10301032
"metadata": {},
10311033
"source": [
10321034
"### Authorization & Submission\n",
1033-
"To submit assignment parts to Cousera platform, please, enter your e-mail and token into variables below. You can generate token on this programming assignment page. <b>Note:</b> Token expires 30 minutes after generation."
1035+
"To submit the assignmnent to Cousera platform, please, enter your e-mail and token into variables below. You can generate the token on this programming assignment page. <b>Note:</b> The token expires 30 minutes after generation.\n",
1036+
"\n",
1037+
"Please, submit your solutions for the assignments **only** to Coursera platform, **do not create a Pull request on Github**."
10341038
]
10351039
},
10361040
{

0 commit comments

Comments
 (0)