changes in luis scoring notebook

This commit is contained in:
nonstoptimm 2021-01-19 10:56:03 +01:00
Родитель 8dbc35bd90
Коммит 3c9c17dc25
3 изменённых файлов: 286 добавлений и 104 удалений

Просмотреть файл

@ -0,0 +1,17 @@
intent,text,prediction_text,score_text,prediction_drop_text,luis_treshold
BookFlight,I would like to book a flight to Frankfurt.,BookFlight,0.8986784,None,0.9
CancelFlight,I want to cancel my journey to Kuala Lumpur,CancelFlight,0.915191233,CancelFlight,0.9
ChangeFlight,I would like to change my flight to Singapore.,ChangeFlight,0.9164768,ChangeFlight,0.9
BookSeat,I would like to book a seat on my flight to Stuttgart.,BookSeat,0.9104437,BookSeat,0.9
CancelFlight,I want to cancel my journey to Kuala Lumpur,CancelFlight,0.915191233,CancelFlight,0.9
ChangeFlight,I would like to change my flight to Singapore.,ChangeFlight,0.9164768,ChangeFlight,0.9
BookSeat,I would like to book a seat on my flight to Stuttgart.,BookSeat,0.9104437,BookSeat,0.9
CancelFlight,I want to cancel my journey to Kuala Lumpur,ChangeFlight,0.915191233,ChangeFlight,0.9
ChangeFlight,I would like to change my flight to Singapore.,ChangeFlight,0.9164768,ChangeFlight,0.9
BookSeat,I would like to book a seat on my flight to Stuttgart.,BookFlight,0.9104437,BookFlight,0.9
ChangeFlight,I would like to change my flight to Singapore.,ChangeFlight,0.9164768,ChangeFlight,0.9
BookSeat,I would like to book a seat on my flight to Stuttgart.,BookSeat,0.9104437,BookSeat,0.9
CancelFlight,I want to cancel my journey to Kuala Lumpur,ChangeFlight,0.915191233,ChangeFlight,0.9
ChangeFlight,I would like to change my flight to Singapore.,ChangeFlight,0.9164768,ChangeFlight,0.9
BookSeat,I would like to book a seat on my flight to Stuttgart.,BookFlight,0.9104437,BookFlight,0.9
BookFlight,I would like to book a flight to Frankfurt.,BookFlight,0.8986784,None,0.9
1 intent text prediction_text score_text prediction_drop_text luis_treshold
2 BookFlight I would like to book a flight to Frankfurt. BookFlight 0.8986784 None 0.9
3 CancelFlight I want to cancel my journey to Kuala Lumpur CancelFlight 0.915191233 CancelFlight 0.9
4 ChangeFlight I would like to change my flight to Singapore. ChangeFlight 0.9164768 ChangeFlight 0.9
5 BookSeat I would like to book a seat on my flight to Stuttgart. BookSeat 0.9104437 BookSeat 0.9
6 CancelFlight I want to cancel my journey to Kuala Lumpur CancelFlight 0.915191233 CancelFlight 0.9
7 ChangeFlight I would like to change my flight to Singapore. ChangeFlight 0.9164768 ChangeFlight 0.9
8 BookSeat I would like to book a seat on my flight to Stuttgart. BookSeat 0.9104437 BookSeat 0.9
9 CancelFlight I want to cancel my journey to Kuala Lumpur ChangeFlight 0.915191233 ChangeFlight 0.9
10 ChangeFlight I would like to change my flight to Singapore. ChangeFlight 0.9164768 ChangeFlight 0.9
11 BookSeat I would like to book a seat on my flight to Stuttgart. BookFlight 0.9104437 BookFlight 0.9
12 ChangeFlight I would like to change my flight to Singapore. ChangeFlight 0.9164768 ChangeFlight 0.9
13 BookSeat I would like to book a seat on my flight to Stuttgart. BookSeat 0.9104437 BookSeat 0.9
14 CancelFlight I want to cancel my journey to Kuala Lumpur ChangeFlight 0.915191233 ChangeFlight 0.9
15 ChangeFlight I would like to change my flight to Singapore. ChangeFlight 0.9164768 ChangeFlight 0.9
16 BookSeat I would like to book a seat on my flight to Stuttgart. BookFlight 0.9104437 BookFlight 0.9
17 BookFlight I would like to book a flight to Frankfurt. BookFlight 0.8986784 None 0.9

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -13,4 +13,5 @@ pydub==0.24.1
scikit-learn==0.23.1
scipy==1.5.1
seaborn==0.10.1
azure-cognitiveservices-speech>=1.5.0
azure-cognitiveservices-speech>=1.5.0
scikit-plot==0.3.7