Nicolas Spogis

Results 2 issues of Nicolas Spogis

Parallel Coordinates Plot is not working. Also in the examples (https://plotly.com/python/parallel-coordinates-plot/)! ![image](https://github.com/user-attachments/assets/1b30aaa6-c8ff-483c-b976-1002dde03193)

bug
P2

### What happened? Even specifiing the tempdir, PySR save the results to \\AppData\\Local\\Temp\\ ```python model = PySRRegressor( populations=3*num_cores, niterations=200, model_selection="best", maxsize=10, maxdepth=7, parsimony=expected_loss/10, turbo=True, batching=True, precision=64, unary_operators=["exp", "log", "sqrt", "inv(x)...

bug