Spaces:
Running
Running
Commit History
Add determinism-based scikit-learn tests back
be36d4a
Add deterministic mode with new SR version
25e0721
Fixed weight checking
c51257e
tttc3
commited on
Supress progress output for tests
4b56660
tttc3
commited on
Fix to pass test_custom_operator
19d80b0
tttc3
commited on
Ensure iteration completes for multioutput test
f570132
tttc3
commited on
Added validation for weights
4819728
tttc3
commited on
Passed check_dict_unchanged
9750ff9
tttc3
commited on
More helpful error message for sklearn tests
8570a81
Soft fail tests which require determinism
c7c02bf
Don't check array if set to None
11f524f
Updated parameter validation
6881818
tttc3
commited on
Add warm_start
3e8d44d
tttc3
commited on
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
Added control of random_state for numpy and julia
3ef5500
tttc3
commited on
Merge branch 'master' into refactor-PySRRegressor
a62a370
unverified
TODO for refactoring Julia interface
5bbefa6
unverified
Check shape length after validation
43b3838
Automatically skip pickling tests
ebab977
Move binary_operator assertion to after they are defined
f0c64cb
Make __init__ not modify parameters again
3dff82f
Fix parameter name in docs
fd47de5
Fix occurrence of size warning
e7b4ea9
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
Fix variable selection for PyTorch
7602382
Add feature selection for PyTorch
47dbec6
Fix feature selection for JAX export
b4cb407
Add test for feature selection in JAX output
ce5b119
More descriptive name for warm_start test
775c667
Move shape checking to fit()
bad0567
Remove additional changes to internal parameters
358f0ab
Remove misplaced parameter changes
40f498c
Create function to setup equation file during fit
f06ee71
Process params in __init__ instead of fit
43bc86a
Move shape checking to _validate_fit_params
406ae3e
Change back default test kwargs
26a3c7f
Speed up scikit-learn tests
89e48d8
Move scikit-learn test to miscellaneous tests
673c1d2
Hotfix for selection test
e790ec3
tttc3
commited on
Add ScikitLearn check_estimator test
7ed402e
tttc3
commited on
Add another selection test, but with numpy arrays
f266b70
Fixed issues outlined in pull request review
83d8e67
tttc3
commited on