ShreeshaM07

Results 9 issues of ShreeshaM07

#### Reference Issues/PRs Enhances #135 #### What does this implement/fix? Explain your changes. This PR has added a way to use `ngboost regressor` in `skpro`. Tested it using the following...

#### Reference Issues/PRs Fixes issue raised in PR #6294 #### What does this implement/fix? Explain your changes. This now fixes the custom summarizer part of the code. For MultiIndex DataFrames...

#### Reference Issues/PRs fixes #323 #### What does this implement/fix? Explain your changes. Implements the histogram distribution using bin_width and bin_density as the parameters. #### Does your contribution introduce a...

enhancement
module:probability&simulation
implementing algorithms

**Describe the solution you'd like** Histogram estimation is not present in skpro. Implement them from scratch using the conditional density estimate finding the optimal binwidth(h) and find the function that...

feature request

**Describe the bug** In the `gradent_boosting` which has an interface of the `NGBRegressor` in `skpro` as `NGBoostRegressor` the `TDistribution` seems to be failing to run as expected. It is raising...

bug
module:regression

**Mentee:** Shreesha M (he/him) , Linkedin **Mentor(s):** @fkiraly @kirilral @astrogilda **Why did you join sktime's mentorship program?** As a machine learning enthusiast I like to explore about the various algorithms...

mentoring

#### Reference Issues/PRs fixes #378 #### What does this implement/fix? Explain your changes. It adds an adapter to sklearn multiclass classifiers and expresses them as a Histogram probability distribution. ####...

enhancement
implementing algorithms

**Describe the maintenance issue** The `Histogram distribution` implemented in #382, #335 takes 2 parameters `bins` and `bin_mass` which consists of ragged arrays in the `2D` case. These ragged arrays are...

maintenance

#### Reference Issues/PRs related to #423 #### What does this implement/fix? Explain your changes. Implements a Tweedie distribution in skpro by working the compound poisson gamma case when power parameter...

enhancement
module:probability&simulation
implementing algorithms