Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-07 | Remove probability check and update dependenciesHEADmaster | Anuj Solanki | 1 | -1/+1 | |
- Removed self.classifier._check_proba() to avoid AttributeError for loss='log'. - Updated versions of scipy, numpy, and scikit-learn. Bug-AGL: SPEC-5200 Change-Id: I28b788b1c10f5c64ec8984b79073904f5be6f6a4 Signed-off-by: Anuj Solanki <anuj603362@gmail.com> | |||||
2023-10-23 | Add Snips Inference Module | Malik Talha | 75 | -0/+9744 | |
Add slightly modified version of the original Snips NLU library. This module adds support for Python upto version 3.10. Bug-AGL: SPEC-4856 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: I6d7e9eb181e6ff4aed9b6291027877ccb9f0d846 |