Skip to content

Commit deff1b8

Browse files
authored
remove double quote from markdown cell
1 parent e66bc06 commit deff1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Tweets_analysis_SparkStreaming.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
"### Functions for analysis:\n",
506506
"The informativeness of features defined by the biggest ratio of conditional probability:\n",
507507
"\n",
508-
"$$maxarg\\left( \\frac{p(feature|label=\"resist\")}{p(feature|label=\"maga\")}, \\frac{p(feature|label=\"maga\")}{p(feature|label=\"resist\")}\\right)$$\n",
508+
"$$maxarg\\left( \\frac{p(feature|label=resist)}{p(feature|label=maga)}, \\frac{p(feature|label=maga)}{p(feature|label=resist)}\\right)$$\n",
509509
"\n",
510510
"Intuitively, it means how much information can this feature word tells you for classifying this tweet as maga or resist."
511511
]

0 commit comments

Comments
 (0)