Thomas Buhrmann

Results 22 issues of Thomas Buhrmann

Hi, Are you planning to add support for conda-build's link scripts? https://docs.conda.io/projects/conda-build/en/stable/resources/link-scripts.html Currently the only missing feature for me to switch from mambabuild to boa with recipe v2.

Hi, I'm curious about great differences in build times for a package of mine (using `conda mambabuild`), between my local machine (macOS Arm M1), and a CI machine. The greatest...

I cannot seem to find any way to manipulate the content of the App folder on macOS. Simply executing your script, e.g., fails with `PermissionError: [Errno 1] Operation not permitted:...

Hi, I came across taichi and your voxel challenge because I was looking for a quick way to render some voxely creative coding-type project. While the output looks really nice,...

Hi, I'm trying to programmatically upload my first training dataset, but even though the docs say you support missing data in features, your validation in fact prevents missing data in...

Hi, Are you planning to add support for conda-build's link scripts? https://docs.conda.io/projects/conda-build/en/stable/resources/link-scripts.html Currently the only missing feature for me to switch from mambabuild to rattler (or boa, see https://github.com/mamba-org/boa/issues/371).

enhancement

### Describe the bug The `SimpleImputer` checks whether the _type_ of the `fill_value` can be cast with numpy to the dtype of the input data (`X`) using `np.can_cast(fill_value_dtype, X.dtype, casting="same_kind")`:...

Easy
Enhancement

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Performance
Needs Triage

Hi, it could be useful to include the option to predict remaining survival conditioned on known duration, as the lifelines library does. Alternatively, if that's the correct approach, perhaps something...