Pim de Haan

Results 9 issues of Pim de Haan

Signed-off-by: Pim de Haan ## What changes are proposed in this pull request? I added a property `longName` to the metrics data object in `getPlotPropsForLineChart` in `MetricsPlotView`, which does not...

rn/feature
area/uiux
area/tracking

## Willingness to contribute The MLflow Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature (either as...

enhancement
area/uiux
area/tracking
has-closing-pr

Hi, I'm not sure if there's an immediate solution possible, but it seems like opt_einsum first considers broadcasting, then optimizes the contraction path. This leads to sub-optimal results: ``` import...

Hi, The default options usage example seems to be broken. When I use the following Gruntfile: ``` module.exports = function(grunt) { grunt.initConfig({ middleman: { options: { command: "server", useBundle: false,...

Hi, it appears there's a but that prevents me from importing to the SQLAlchemy store, with a postgresql DB. I get the following error: ``` pim@project:~/project$ import-experiment --experiment-name EXPERIMENT-NAME --input-dir...

## What does this PR do? In the validation loop, reset the batch progress after completion, so that after a restart the first validation run does not stop after the...

bug
loops
community
pl

The function [LanceDataset.take](https://github.com/lancedb/lance/blob/main/python/python/lance/dataset.py#L791) accepts arbitrary kwargs that the docstring suggests are handled as is done in scanner. However, these kwargs are ignored. Would be helpful to remove the kwargs from...

good first issue

### Flyte & Flytekit version flytekit 1.16.3 ### Describe the bug ```python from flytekit import workflow, task from pydantic import BaseModel class M(BaseModel): pass class C(BaseModel): xs: list[M] = []...

bug
untriaged

### Flyte & Flytekit version Flytekit 1.16.3 (also seems present on master) ### Describe the bug When there's an error in type conversion, the error message always refer the last...

bug
untriaged