Dhruvanshu-Joshi

Results 12 issues of Dhruvanshu-Joshi

I am not able to find the expected file. I did once download the 7_scenes dataset from microsoft. attaching the ss ![img1](https://scontent.xx.fbcdn.net/v/t1.15752-9/316692549_1553077161825078_8708297840437332485_n.jpg?stp=dst-jpg_p206x206&_nc_cat=107&ccb=1-7&_nc_sid=aee45a&_nc_ohc=6efSomwWiS4AX_IzeHA&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=03_AdRvumVe8jY41793rzfsOoVYC_jELXadjn2o54EIHTuTzQ&oe=63B57416)

## Description This PR aims to solve issue https://github.com/pymc-devs/pymc/issues/6360 and is a cotinuation of the PR https://github.com/pymc-devs/pymc/pull/6685 and PR https://github.com/pymc-devs/pymc/pull/6754 by incorporating RV meta information in intermediate MeasurableVariables. The Measurable...

maintenance
logprob

## Description Incorporate ```Rayleigh``` distribution as square root of ```chi2``` distribution with degree of freedom 2. As per the [reference](https://stats.libretexts.org/Bookshelves/Probability_Theory/Probability_Mathematical_Statistics_and_Stochastic_Processes_(Siegrist)/05%3A_Special_Distributions/5.14%3A_The_Rayleigh_Distribution#:~:text=Connections%20to%20the,standard%20Rayleigh%20distribution.). ## Related Issue - [x] Closes #223 - [ ]...

## Description MaxandArgmax Op calculates both maximum and argmax together. With this PR, we aim to have seperate ops for the two operations. ## Related Issue - [x] Closes #334...

maintenance
major
Op implementation

### Description As discussed in [#693](https://github.com/pymc-devs/pytensor/pull/693#discussion_r1562285879), we'd like to avoid unnecessary print statements before committing the changes itself. This way, we can avoid unnecessary debug statements. PyMC already has this...

beginner friendly
maintenance

## Description This pr aims to add support for ```numpy``` like percentile and quantile functions. ## Related Issue - [x] Closes #53 - [ ] Related to # ## Checklist...

enhancement
NumPy compatibility

## Description Added support and test for median without creating a separate ```op``` for median as discussed in #53 . Hence, our implementation of median is standalone and not dependent...

enhancement
NumPy compatibility

## Description Herein I aim to convert all: - X[0:-1:1] -> X[:-1] - X[0:-1] -> X[:-1] - X[:-1] -> X[:-1] ## Related Issue - [x] Closes #58 - [ ]...

graph rewriting

## Description Added ```FutureWarnings``` whenever ```test_value``` is accessed and also added ```pytest.warnings``` when tests use it. ## Related Issue - [ ] Closes # - [x] Related to #447 ##...

maintenance
major

## Description Replaced all instances of ```assert_allclose``` with corresponding ```np.testing.assert_allclose```. ## Related Issue - [x] Closes #551 - [ ] Related to ## Checklist - [x] Checked that [the pre-commit...