Nicolas Spogis
Nicolas Spogis
Parallel Coordinates Plot is not working. Also in the examples (https://plotly.com/python/parallel-coordinates-plot/)! 
### 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)...