We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65a0d22 + ebbdeb6 commit 43ce71bCopy full SHA for 43ce71b
log_analytics/ConversationAnalysisRecipes.ipynb
@@ -23,9 +23,13 @@
23
"metadata": {},
24
"outputs": [],
25
"source": [
26
+ "!curl -O https://raw.githubusercontent.com/cognitive-catalyst/WA-Testing-Tool/master/log_analytics/extractConversations.py\n",
27
+ "!curl -O https://raw.githubusercontent.com/cognitive-catalyst/WA-Testing-Tool/master/log_analytics/getAllLogs.py\n",
28
+ "!curl -O https://raw.githubusercontent.com/cognitive-catalyst/WA-Testing-Tool/master/log_analytics/intent_heatmap.py\n\n",
29
"%load_ext autoreload\n",
- "%autoreload 2\n",
- "\n",
30
+ "%autoreload 2\n\n",
31
+ "!pip install squarify\n",
32
+ "!pip install ibm-watson\n\n",
33
"import pandas as pd\n",
34
"import getAllLogs\n",
35
"import extractConversations\n",
0 commit comments