Satwik Sai Prakash Sahoo

Results 7 issues of Satwik Sai Prakash Sahoo

# [ENH] Replace os.path with Path for dataset directory handling (#3088) ### What does this implement/fix? This PR modernizes the dataset path-handling logic across the `datasets` module by replacing legacy...

enhancement
datasets

# [ENH] Add exogenous variable support to ARIMA ## Reference Issues - Implements #3077. ## What does this implement ? Explain your changes. This PR adds full support for **exogenous...

enhancement
forecasting

# [MNT] Add missing load_model test for deep clusterers ## Reference Issues/PRs - Fixes #3080 ## What does this implement/fix? Explain your changes. This PR adds a missing unit test...

clustering
maintenance

# [BUG] Fix zero-distance instability in Hidalgo (#3068) - Fixes #3068. ## What does this implement/fix? Explain your changes. This PR resolves a numerical instability in the Hidalgo segmenter that...

bug
segmentation

# [ENH] Add prediction intervals to ARIMA iterative_forecast (#3100) #### Reference Issues/PRs - Fixes #3100. --- #### What does this implement/fix? This PR adds **optional prediction interval support** to the...

enhancement
forecasting

# Refactor z-scoring tests to fix shapes and enable MNLE support ## Description This PR refactors `test_z_scoring_structured` in `sbi/tests/sbiutils_test.py` to address **Issue #1559**. It resolves variable naming confusion, removes code...

# Add max_sampling_time support to rejection samplers and corresponding tests ## Summary This PR adds an optional `max_sampling_time` argument to both `rejection_sample()` and `accept_reject_sample()` to prevent extremely long or infinite...