-
Let me start by saying this is a help request; not as issue as such. If there is a more appropriate place for those, I am all ears.
On a high level; I want to solve a 3d laplacian with non-constant…
-
Embedding Guile Scheme
M
gnu guile snarf
Edit
I'm afraid I don't have enough context to fully understand your query "gnu guile snarf". However, let me provide some potentially relevant informatio…
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
data = pd.DataFrame.from_dict({'a': [1, 0, 0, 1], 'b': [0, 0, 1, 1]}, dtype=bool)
flags = pd.Series([1, 0, 0, …
-
I don't have a clear proposal right now but wanted to put the request up to see if anyone else has thoughts or is interested.
I would like to use negative conditionals in [selects](https://github.c…
-
### Bug Description
For the basic general LLM/ChatGPT query, execution time took 17 seconds for the process, but for pure Python, it took only 4-7 seconds, which after debug into langflow code, see t…
-
Sometimes one would like to be able to invoke a constant function multiple times without having to incur the cost of computation more than once. A trivial but perhaps fairly common case is:
`def pi:…
-
**Augmented Random Forest with Kernel Convolution**
For fast prototyping, a smooth and flexible representation of functions is essential. Traditional approaches using trees or forests for function …
-
A discussion on developing an LLM-based LaTeX parser was initiated here: https://github.com/sympy/sympy/pull/26098. That discussion is being moved here.
[List of local LLMs](https://python.langchai…
8vasu updated
6 months ago
-
# Software tools
The software tools listed here are ones that we've found useful for various [Wild Peaches](https://wildpeaches.xyz/) articles, or maybe we think they'll cool once we get around to th…
-
Symbolics may be used to **construct a computational graph**, code for which can be generated by `build_function`. I have run into a number of hurdles trying to pursue this approach that I will list h…