Darshan Thakare
Darshan Thakare
## **Implement PyTorch tensor support in `sample_discrete_maps` (previously TODO)** This PR addresses the outstanding TODO in `pgmpy/utils/mathext.py` by enabling the `sample_discrete_maps` function to natively handle PyTorch tensors, alongside existing support...
This commit resolves an ambiguity in the `DAG.add_node` method related to handling node weights. In prior behavior, when both a `weight` keyword argument and a `'weight'` key in the attribute...
This is my PR. I have also added a python notebook(test_em_missing.ipynb) to show that it works! So you can check it.
**DAG Model Validation Enhancements** 1. **Implemented a DAG.validate() method that summarizes key model validation metrics in a tabular format, including:** - Correlation score - Log-likelihood - AIC and BIC scores...
I've added LLM prompts to the estimator developer guide at `docs/source/developer_guide/add_estimators.rst`. These prompts are designed to assist you in creating custom estimators. The prompts cover various stages of the implementation...
#### **Fix: Use `rspamadm_ev_base:add_timer` Instead of `lua_util.sleep` & Remove Invalid `remove_trailing_slash`** This PR addresses two issues in the `rspamadm ready` command: 1. **Fix `remove_trailing_slash` issue:** - The function `lua_util.remove_trailing_slash(url)` does...
#### **Summary** This patch extends the `rspamadm configdump` command to support filtering local configurations only. A new `--local-only` (or `-L`) option has been added, allowing users to display only local...
Closes https://github.com/RK1905101/Mini_Python_Projects/issues/303 Hi @RK1905101 π, Iβve added a new project titled **βAI Commit Generator using the Flan-T5 Model.β** Itβs a simple yet useful addition that demonstrates offline AI capabilities in...
### π Overview Writing meaningful Git commit messages is often skipped or done poorly. This project automates commit message generation by summarizing code changes with a **small, offline LLM** the...
Closes https://github.com/asyncapi/community/issues/2041 ## Description Adds comprehensive documentation for maintainers on how to set up and use Holopin digital badges to recognize contributors in their repositories. ## Changes - Created `docs/040-guides/holopin-badge-workflow.md`...