Jigyasu Krishnan
Jigyasu Krishnan
I am trying to build the website locally, I have Ruby and Jekyll installed. But when I run `bundler install`, I encounter the following error, ``` [!] There was an...
**Mentee:** Jigyasu (he/him) / engineering undergraduate / interested in research and development in the broader field of artificially intelligent systems gh: jgyasu [homepage](https://jgyasu.github.io/) **Mentor(s):** @fkiraly @fnhirwa **Why did you join...
This PR branches off #6888 and builds on it. Fixes #6852 #6708 #7021
**Is your feature request related to a problem? Please describe.** There is a scope for improvement in efficiency during the inference of those `estimators` that loads the weights of an...
In progress - refactoring of `ForecastingBenchmark`. This PR creates `SktimeForecastingExperiment` in sktime for cross-validation of sktime forecasters. `BaseExperiment` is copied and adapted from the [Hyperactive](https://github.com/SimonBlanke/Hyperactive) package. The goal is to...
Closes #739 This PR modifies the `predict` method in the `Model` class such that it now accepts an optional argument `num_draws` and then randomly selects the number of draws from...
Closes #818 This PR adds a `tqdm` progress bar to visualise the progress during the running of `model.predict()` method. The progress bar is put around the loop in `_compute_likelihood_params()` method...
While creating a PR in `bambinos/bambi` a comment template gets created. It contains several checks, e.g. passing of all the tests, passing `black` and `pylint`. However, it contains a check...
Currently when reproducing a benchmark run, the user needs to import the datasets individually, e.g., ```python from sktime.datasets import load_unit_test, load_arrow_head ``` This method by design is not scalable and...
#8267 recently added evaluation for time series classifiers and #8357 adds the `ClassificationBenchmark` class. This PR adds a notebook demonstrating a simple benchmark run using `ClassificationBenchmark`.