Jithendaraa Subramanian

Results 4 issues of Jithendaraa Subramanian

I ran the project according to the README. After `cargo run pythonlib/ examples/helloworld.pyc`, I got the following error: Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running `target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc`...

I tried importing some stuff like numpy or pandas to parse some kaggle code, but I get errors like No module name `numpy`. Doing a `!pip install numpy` like I...

C-compat

Is there currently support for L-BFGS-B? If not, is it planned to be included in optax?

Context: I am migrating code ([causalnex's dynotears](https://github.com/mckinsey/causalnex/blob/develop/causalnex/structure/dynotears.py#L329)) from a numpy/scipy implementation to a jax implementation. This essentially involves moving from scipy's LBFGS-B to jaxopt's implementation so I can jit this...