Sagar Mishra
Sagar Mishra
**Is your feature request related to a problem? Please describe.** Auto-Logging is a helpful concept when it comes to controlled experimentation. We already support `mlflow` to save and load estimators,...
#### Reference Issues/PRs Fixes #5773 #### What does this implement/fix? Explain your changes. This PR consists of two main changes: - Refactor `BaseEstimator.get_fitted_params()` into different plugins (methods that begin with...
**Describe the bug** I wanted to try an alternative way to automate adding contributors. For that purpose, I wrote a GH action workflow file that is triggered whenever it detects...
A simple but handy functionality should be added to directly get a bounding box for a provided geohash. I'd be happy to add a proposed solution and a PR if...
Fixes #1886 - Create a plugin class called `PolyLineFromEncoded`, which accepts an encoded string to make a polyline. Also, add all the relevant docs/tests required for plugin approval. - Create...
**Is your feature request related to a problem? Please describe.** Creating a `PolyLine` vector from an encoded string is currently a bit tedious as one needs to decode it prior...
**Describe the bug** First found during #3425, this bug causes failures as the idempotent property of estimators seems to be violated. This results in a bunch of `AssertionError`s only for...
I found an outdated piece of documentation when I was following the [Install Osmosis on Windows](https://wiki.openstreetmap.org/wiki/Osmosis/Quick_Install_(Windows)). In the troubleshooting section, one of the ways recommended is by manually finding and...
**Describe the bug** I was experimenting with combining `sklearn` and `sktime` `Pipeline` objects where I nested a `sklearn` `Pipeline` inside a `sktime Pipeline`. If I try to visualize the final...
Part of #145 - Introduces serialization functionality. Currently, this is a direct port from the functionality we have in `sktime`. I'll iteratively improve the code as per requirements and inputs....