Florian R. Hölzlwimmer

Results 84 issues of Florian R. Hölzlwimmer

```python import numpy as np print(np.log(np.nextafter(0, np.inf, dtype=np.float64))) from MulticoreTSNE import MulticoreTSNE as TSNE tsne = TSNE(n_jobs=6) print(np.log(np.nextafter(0, np.inf, dtype=np.float64))) ``` Result: ```python # print(np.log(np.nextafter(0, np.inf, dtype=np.float64))) -744.4400719213812 # from...

Hi, I created a PySpark function that writes into TileDB like this: ```python sample_idx = sample_annotation.sample_idx.values geno_path = OUTPUT_PATH def spark_ingest_vcf(batch_iter): for vcf_df in batch_iter: try: falied_variants = ingest_vcf(vcf_df, sample_idx=sample_idx,...

I really like the printSchema() function in PySpark as it massively simplifies working with (large) tables: ![grafik](https://user-images.githubusercontent.com/1200058/177741475-1f4be76b-b987-4b06-b507-bff9328091a4.png) Having this function in polars as well would aid its usage comfort :)

feature
good first issue

Hi, I tried training a ExplainableBoostingRegressor using Dask arrays, but I keep running into the following issue: ```python ERROR:interpret.utils.all:Could not unify data of type: --------------------------------------------------------------------------- ValueError Traceback (most recent call...

enhancement

Hi, I'd like to create a 2d bin plot of this dataset: ![grafik](https://user-images.githubusercontent.com/1200058/177963106-2bb0c133-725c-4e9e-8951-6df75efb4a3b.png) But as soon as I try to plot it: ```python plot = ( pn.ggplot(df, pn.aes(x="score", y="residuals")) +...

critical-bug

Hi, I would like to create a plot like this: ![grafik](https://user-images.githubusercontent.com/1200058/86244874-e5a64380-bba8-11ea-80c4-cbd058bc2673.png) Similar to seaborn jointplot, but I need it with support for `facet_grid`. Is there a way to do this...

Feature

Hi, I don't have good knowledge of pulseaudio and therefore would like to have a nice+simple solution to choose the input of the noise suppression. On `pavucontrol` -> `configuration`, I...

Hi, I try to install this package and use it but I'm constantly failing. What I did so far: 1) set up Anaconda with PySpark 2.4.4 2) `pip install bdgenomics.adam`...

Hi, I'd like to create a small Spotify Connect daemon running on our HTPC, which allows any Spotify application in the network to control it (maybe secured by an account...

Hi, I am trying to boot Centos 8 via UEFI and xnba on a GIGABYTE G292-Z22-00 mainboard. However, I end up in a boot loop. This is the screen before...