Param Thakkar
Param Thakkar
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### What would you like to share? I would like to contribute the Gaussian Error Linear Unit (GELU) activation function file in this repository under the neural network activation functions...
## Description Added icdf function for Asymmetric Laplace distribution ## Related Issue - [ ] Closes - [ ] Related to #6612 ## Checklist - [ ] Checked that [the...
## Description Renamed gp.predict to gp.compile_predict ## Related Issue - [ ] Closes #6724 - [ ] Related to #6724 ## Checklist - [x] Checked that [the pre-commit linting/style checks...
Getting an error on using LCS command on two string values as described in the documentation. as described in the documentation:  when implemented on redis cli: 
I fixed the typos and line break issues mentioned in issue #464

## Checklist - [x] Appropriate tests were added - [x] Any code changes were done in a way that does not break public API - [ ] All documentation related...
### Description Addresses issue #1911
I am getting orjson.orjson module not found error while using crewai_tools. I tried using pip install orjson but the error wasn't resolved. How can we deal with this??