Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic 2 stage fallback working with intent retrieval #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

btotharye
Copy link
Owner

still need to fix respond_out_of_scope not responding

@btotharye btotharye self-assigned this Jan 26, 2020
@pep8speaks
Copy link

pep8speaks commented Jan 26, 2020

Hello @btotharye! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 13:1: E303 too many blank lines (3)
Line 16:1: W191 indentation contains tabs
Line 16:1: W293 blank line contains whitespace
Line 17:1: E303 too many blank lines (3)
Line 18:1: E101 indentation contains mixed spaces and tabs
Line 28:5: E303 too many blank lines (2)
Line 29:1: E101 indentation contains mixed spaces and tabs
Line 29:1: W191 indentation contains tabs
Line 29:1: W293 blank line contains whitespace
Line 30:1: E101 indentation contains mixed spaces and tabs
Line 38:35: W291 trailing whitespace
Line 39:52: W291 trailing whitespace
Line 40:65: W291 trailing whitespace
Line 41:1: E101 indentation contains mixed spaces and tabs
Line 41:1: W191 indentation contains tabs
Line 41:1: W293 blank line contains whitespace
Line 42:1: E101 indentation contains mixed spaces and tabs
Line 42:48: W291 trailing whitespace
Line 43:80: E501 line too long (120 > 79 characters)
Line 43:121: W291 trailing whitespace
Line 45:48: W291 trailing whitespace
Line 57:21: E122 continuation line missing indentation or outdented
Line 58:21: E122 continuation line missing indentation or outdented
Line 59:23: E122 continuation line missing indentation or outdented
Line 74:36: W291 trailing whitespace
Line 75:1: W293 blank line contains whitespace
Line 75:11: E101 indentation contains mixed spaces and tabs
Line 75:11: W191 indentation contains tabs
Line 76:30: W292 no newline at end of file

Comment last updated at 2020-01-26 22:00:24 UTC

@btotharye btotharye added the enhancement New feature or request label Jan 26, 2020
@github-actions
Copy link

Intent Cross-Validation Results (5 folds)

class support f1-score confused_with
micro avg 99 0.8182 N/A
macro avg 99 0.7614 N/A
weighted avg 99 0.8071 N/A
request_drink_recipe 15 1 N/A
inform 13 0.8000 greet(1)
food 10 0.9474 drink_list(1)
greet 7 0.7500 affirm(1)
drink_list 7 0.9333 N/A
hours 7 0.9231 tours(1)
thanks 7 0.9333 N/A
tours 6 0.7273 bot_challenge(2)
bot_challenge 6 0.6667 location(1)
deny 6 0.8000 inform(1), affirm(1)
affirm 5 N/A inform(3), greet(2)
pet_friendly 5 0.7500 bot_challenge(2)
location 5 0.6667 thanks(1), inform(1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants