J S

Results 72 issues of J S

First of all, thank you for the awesome package! I was keen to try it but I got stuck with a method error on whiten() > ERROR: MethodError: no method...

Thank you for the amazing package. I was wondering if there is a way to suppress all the printed messages when producing a word cloud? I have disabled logging but...

**[Generative AI Meets Julia](https://github.com/svilupp/awesome-generative-ai-meets-julia-language)** **This list is a comprehensive guide to generative AI projects and resources in Julia. It's only one of its kind focusing on the Julia language.** ###...

First of all, thank you for the awesome library! I was wondering if you would consider adding a link to PromptingTools.jl, a Julia library that has had an integration with...

Thank you for the package! When reading through the code, I noticed a few typos, so I took the liberty to fix them. Only one of them is relevant for...

I was getting an odd indexing error (using negative indices) when trying to get the pdf of the OrdinalLogistic, which led me to check the support of the distribution. Given...

This is an odd one and likely to be a PICNIC... Problem: Missigness in a string column is lost after saving/loading arrow file When it happens: When a column in...

This PR proposes to introduce automated partitioning of the provided tables when writing. It follows my findings from [benchmarking against PyArrow](https://github.com/apache/arrow-julia/issues/393) Nowadays, most machines are multithreaded and `Arrow.write()` provides multithreaded...

First of all, thank you for this amazing package! Recently, I've been loading a lot of large files and it felt like Arrow.jl loading times are greater than Python. I...

This PR aims to showcase various strategies how to improve the performance of Arrow.jl and allow for easier testing. The intention is to be broken into separate modular PRs for...