Spaces:
Running
Running
Commit History
Attempt to fix unit tests of equation file
03d5a42
Correct docstring
3c4243b
Remove remaining uses of .equation in docs
3c8d9b9
Hotfix for 1D weights
00875eb
Addressed some DeepSource issues
ad1c492
tttc3
commited on
Documentation cleanup
32d0b3a
Improve documentation for validation function
623e6f0
Only give warning if raw_julia_state_ already set
21a0846
Correct ordering of init parameters
494a3ba
Add warning about setting random state without deterministic
af8ab17
Add error for deterministic setting
15105ad
Fix early_stop_condition setting if None
b2f8a6f
Remove unused import
9a4f73f
Clean up mutation_weights setting
7a5a9a0
Fix typo in comment
f07f6e6
Convert stop condition to string if not set
518e1cc
Add warning that the Julia state is being reset
9049df4
Allow functional versions of early stop condition
44dcbea
Do not store custom loss in Julia main
fb2f513
Add missing default in docstring
893fdd2
Add deterministic mode with new SR version
25e0721
Fixed weight checking
c51257e
tttc3
commited on
Fix to pass test_custom_operator
19d80b0
tttc3
commited on
Added validation for weights
4819728
tttc3
commited on
Passed check_dict_unchanged
9750ff9
tttc3
commited on
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
Move binary_operator assertion to after they are defined
f0c64cb
Make __init__ not modify parameters again
3dff82f
Fix occurrence of size warning
e7b4ea9
Fix variable selection for PyTorch
7602382
Fix feature selection for JAX export
b4cb407
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
Hotfix for selection test
e790ec3
tttc3
commited on
Fixed issues outlined in pull request review
83d8e67
tttc3
commited on