Pim de Haan
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...
## 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...
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...
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...
### 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] = []...
### 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...