Spaces:
Running
Running
Commit History
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
Merge branch 'master' into pr/tttc3/146
2d0032e
Fix select_k_features test
89e7425
Merge branch 'master' into refactor-PySRRegressor
35cce07
unverified
Correct use of Xresampled
e56007b
Merge pull request #147 from MilesCranmer/deepsource-transform-c38e516e
8e6b128
unverified
Merge branch 'master' into pr/tttc3/146
56cb021
Format code with black
224f906
unverified
deepsource-autofix[bot]
commited on
Add more reliable test of feature selection
a190947
Cleanup
db9848f
Clean up example in docstring
cfa9a72
Move numpy export code to separate file
5a01e6f
Cleanup
780b3a0
Expand docstring for PySRRegressor
2fbf19c
Preserve PySRRegressor.equations but with deprecation
be87321
Tidy up code
a828c23
Tidy up
3712b0e
Tweak docstring
0387e10
Fixed typos and ensured tests pass
19ef535
tttc3
commited on
Add docstring to julia helpers file
ce60798
additional fixes
4173a8b
tttc3
commited on
fixed issues from deepsource
9490776
tttc3
commited on
Updated tests for compatibility with refactor
c7187a6
tttc3
commited on
Fixed jax export compatibility with refactor
73c6ffd
tttc3
commited on
Refactor PySRRegressor for scikit-learn
32a2de6
tttc3
commited on
Moved julia helper functions out of sr.py
6baa534
tttc3
commited on