From ca79c3e73a2c23f803444b3ff467f540f5945565 Mon Sep 17 00:00:00 2001 From: tejalmane Date: Tue, 3 May 2022 16:08:45 +0530 Subject: [PATCH] changes --- intents.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/intents.json b/intents.json index b840293..9fddd07 100644 --- a/intents.json +++ b/intents.json @@ -56,20 +56,6 @@ "" ] }, - { - "tag":"noanswer", - "patterns":[ - - ], - "responses":[ - "Sorry, can't understand you", - "Please give me more info", - "Not sure I understand" - ], - "context":[ - "" - ] - }, { "tag":"options", "patterns":[ @@ -119,6 +105,12 @@ "context":[ "" ] - } + }, + { + "tag": "diff_classreg", + "patterns": ["What is the difference between classification and regression?", "Difference between classification and regression", "Classification and regression"], + "responses": ["Classification is used to produce discrete results, classification is used to classify data into some specific categories. For example classifying e-mails into spam and non-spam categories. Whereas, we use regression analysis when we are dealing with continuous data, for example predicting stock prices at a certain point of time."], + "context": [""] + } ] } \ No newline at end of file