We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d4d71 commit bd4981fCopy full SHA for bd4981f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+
4
+## 0.8.10
5
+- [x] feat: Sklearn based MLP classifier added as a plugin with gridsearch.
6
7
+## 0.8.9
8
+- [x] fix: XLM classifier wasn't using xlmrobert, but bert instead.
9
10
## 0.8.8
11
12
- [x] feat: ListSearchPlugin can find keyword entities via fuzzy search.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dialogy"
-version = "0.8.8"
+version = "0.8.10"
description = "Language understanding for human dialog."
authors = ["Amresh Venugopal <amresh.venugopal@gmail.com>"]
0 commit comments