Oliver Borchert

Results 28 issues of Oliver Borchert

I've stumbled across this a bunch of times already since I'm so used to `main` these days. Is this something you could do @yehoshuadimarsky? 😇

I'm currently experimenting with the expression plugins and, in particular, I'd like to implement a function ```python to_dummies(categories: list[str]) ``` that turns a single column into a struct with the...

### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary In order to export system metrics from containers, the existing monitors in in [mlflow/system_metrics/metrics](https://github.com/mlflow/mlflow/tree/master/mlflow/system_metrics/metrics) would need...

enhancement
area/tracking

# Motivation Potentially, `tailscale(d?)` have been installed via a separate workflow step to manage the Tailscale version via an external tool (e.g. via `conda-forge` - [tailscale](https://anaconda.org/conda-forge/tailscale), [tailscaled](https://anaconda.org/conda-forge/tailscaled)). This change allows...

# Motivation The current implementation of the Telemetry API receiver only generates init spans. However, it can easily be extended to create - spans for the entire function invocation -...

go

For some time, I've been thinking about simplifying the toolchain setup in this repository by leveraging more of the `conda` ecosystem. While working on this, I realized that `gcc` is...

maintenance

While scrolling through the codebase, I noticed a few typos so I thought it would make sense to rectify them. To do so, I added a new pre-commit hook, namely...

maintenance

Implementation of [this comment](https://github.com/microsoft/LightGBM/issues/3763#issuecomment-2241755186). In contrast to CI updates, I refrained from grouping together updates of git submodules to isolate potential issues to individual dependencies. If this creates too many...

maintenance

# Motivation Resolves #973. This PR obviously misses some tests, I just wanted to check in early if this goes into the right direction.

## Summary As far as I can tell, LightGBM currently does not ensure that, when passing a data frame (e.g. `pandas`) to the `predict` method, the feature ordering is the...

feature request