Joses W. Ho

Results 5 issues of Joses W. Ho

Hi, Just thought I'd share the visualization and analysis packages we developed. We introduce [*estimation plots*](https://cran.r-project.org/web/packages/dabestr/vignettes/robust-statistical-visualization.html), that display the effect size alongside all data points. We also compute 95% confidence...

Hi, with `pyarrow` v7.0.0: ```python import seaborn as sns import pyarrow as arrow iris = sns.load_dataset("iris") pf.write_feather(iris, 'iris.feather') ``` The resultant file is then loaded into `arquero` in an [Observable...

Hi, Are there plans to port `ete_toolchain` for ARM / Apple Silicon? I note that the package has not been updated for 4 years. If there are no plans, what...

On Anaconda running Python 3, using method = 'hex', 'center', or 'square' gives the error: `TypeError: unsupported operand type(s) for *: 'map' and 'float'`

I want to [basically transform additional points after performing an initial fitting](https://github.com/PAIR-code/umap-js?tab=readme-ov-file#transforming-additional-points-after-fitting), but with a fitted model I load instead of one I just generated. I tried to use [`class-transformer`](https://github.com/typestack/class-transformer)...