Spaces:
Running
Running
Commit History
Bump version with new csv format 593c674
Change model load to classmethod 34f4e3f
Reduce precision of tests f5577ea
Use .pkl instead of .csv.pkl b8a97f1
Add additional test for loading from pickle file b53e7fa
Test both with and without `bkup` file 58e25a9
Fix filename concat in test 214744b
Add test for loading from pickle file 78cdb0e
Correctly set path names 179fef6
`load` function to init model from saved equations ccf71e9
Create unittest for explicit names 44aefe9
Reduce precision of torch tests 5b0cc10
Make JAX custom operator test deterministic beaf20b
Make torch custom operator test deterministic c9cead8
Add unit tests for custom torch/jax operations 7cda629
Test for issue where warm_start set at init 21d6b92
Format code with black 6033875 unverified
deepsource-autofix[bot] commited on
Test that pickle works without equation file 2f296b6
Make default niterations into globals in test 5ada6c7
Attempt to fix unit tests of equation file 03d5a42
Use temp equations in test aaf3c83
Hotfix for 1D weights 00875eb
Add tests for determinism warnings 045bdb1
Clean up testing code 27fac96
More comments for torch test 215a7a1
Add early stop conditions to force speed testing 4c9fe98
Fix formatting 9b2a102
Switch order of torch depending on operating system 5ffac80
Fix issue with torch imported before Julia init 4abcbfe
Add determinism-based scikit-learn tests back be36d4a
Supress progress output for tests 4b56660
tttc3 commited on
Ensure iteration completes for multioutput test f570132
tttc3 commited on
More helpful error message for sklearn tests 8570a81
Soft fail tests which require determinism c7c02bf
Cleaned test and docstring 3821242
tttc3 commited on
New updated checkpoint loading and tests fbb7cf7
tttc3 commited on
Added pickle support bd90cfc
tttc3 commited on
Automatically skip pickling tests ebab977
Ensure large size test quits early even with fail 9137841
Print details of scikit-learn checks and failures 857a9ad
Fix ordering of torch import 3f3625c
Order torch imports after Julia init 5fe5010
Add feature selection for PyTorch 47dbec6
Add test for feature selection in JAX output ce5b119
More descriptive name for warm_start test 775c667
Change back default test kwargs 26a3c7f
Speed up scikit-learn tests 89e48d8
Move scikit-learn test to miscellaneous tests 673c1d2
Add ScikitLearn check_estimator test 7ed402e
tttc3 commited on