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

Release 0.19.5 #783

Merged
merged 18 commits into from Apr 10, 2019
Merged

Release 0.19.5 #783

merged 18 commits into from Apr 10, 2019

Conversation

adrienball
Copy link
Contributor

Added

  • Advanced inference logging in the CRFSlotFiller #776
  • Improved failed linking error message after download of resources #774
  • Improve handling of ambiguous utterances in DeterministicIntentParser #773

Changed

  • Remove normalization of confidence scores in intent classification #782

Fixed

  • Fixed a crash due to missing resources when refitting the CRFSlotFiller #771
  • Fixed issue with egg fragments in download cli #769
  • Fixed an issue causing the None intent to be ignored when using the parse API in conjunction with intents and top_n #781

adrienball and others added 18 commits March 7, 2019 18:36
Fix issue with egg fragments in download cli
Fix issue when re-fitting slot filler
Improve handling of ambiguous utterances in DeterministicIntentParser
…its)

Squashed commits:
[57fe10c] Implemented advanced log in CRFSlotFiller inference
[cc63b50] Implemented advanced log in CRFSlotFiller inference
Implemented advanced log in CRFSlotFiller inference
)

* Fixed an issue with the None intent when using the parse top_n API

The `None` intent was ignored when using the `parse` API in conjunction with `intents` and `top_n`

* Update Changelog
)

* Remove normalization of confidence scores in intent classification

The logreg intent classifier used to have a specific logic when used
with an intents filter: the intent classification scores were
renormalized to sum to 1.0.

This could lead to unexpected behaviors, especially when all the intents
in the intents filter are associated to very low confidence scores. In such
cases, the renormalization would significantly increase the scores.

* Update Changelog
@codecov-io
Copy link

Codecov Report

Merging #783 into master will increase coverage by 0.11%.
The diff coverage is 90%.

@@            Coverage Diff             @@
##           master     #783      +/-   ##
==========================================
+ Coverage   88.11%   88.22%   +0.11%     
==========================================
  Files          76       76              
  Lines        4484     4535      +51     
  Branches      852      868      +16     
==========================================
+ Hits         3951     4001      +50     
- Misses        398      400       +2     
+ Partials      135      134       -1

@adrienball adrienball merged commit 52b17fb into master Apr 10, 2019
@adrienball adrienball deleted the release/0.19.5 branch April 10, 2019 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants