Ben Epstein
Ben Epstein
Maybe you can add an option to "force lower" or "force upper"? During serialization you simply force all columns in the schema lower/upper and then do the same at transform...
I would guess this relates to my issue here: https://github.com/combust/mleap/issues/618
+1 seeing the same If you try to add a `client` param, you see ``` ---> 10 conversation = ConversationChain( 11 llm=llm, 12 verbose=True, 13 memory=memory, 14 client=None, 15 )...
I came here for the same question! 😄
Adding to this, something I've noticed, which is a bit confusing in the prefect cloud case, is that the task cache seems to be bifurcated between two places 1. the...
It may be work considering leveraging [Vaex](https://github.com/vaexio/vaex) for this. You can read/write to hdf5 files natively, and they map directly to/from numpy arrays ``` import vaex import numpy as np...
Hi @gowridurgad sorry about that. I will take a look today to reproduce. Did you use poetry in that example? My project uses poetry so I'll try that.
Hi @gowridurgad I'm so sorry for the delay in the response. I've reproduced the issue and shared it in this PR https://github.com/Ben-Epstein/poetry-setup-python-bug/pull/2 Here are the critical steps to reproduce: 1....
Can you post your stacktrace? It's possible that the spark executors don't have the dependencies, not the master. Can you also post your environment setup?
Came to open the same issue :) seems right in the docs https://github.com/modAL-python/modAL/blob/dev/docs/source/content/overview/Installation.rst?plain=1#L14