-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PySRSequenceRegressor #677
base: master
Are you sure you want to change the base?
Commits on Jul 21, 2024
-
Added recursive_history_length
honestly I think it works it doesn't take an target array - only features :)
Configuration menu - View commit details
-
Copy full SHA for b9865b0 - Browse repository at this point
Copy the full SHA b9865b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce85fe - Browse repository at this point
Copy the full SHA 1ce85feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f46e4d2 - Browse repository at this point
Copy the full SHA f46e4d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbdcda - Browse repository at this point
Copy the full SHA 0cbdcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7172cc7 - Browse repository at this point
Copy the full SHA 7172cc7View commit details
Commits on Jul 23, 2024
-
new PySRSequenceRegressor class!
it inherits PySRRegressor and changes __init__ (new recursive_history_length hyperparameter) and run (preprocessing data so it works with everything else) also got rid of stuff in PySRRegressor also changed __init__.py to import new class
Configuration menu - View commit details
-
Copy full SHA for ff1944c - Browse repository at this point
Copy the full SHA ff1944cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4072729 - Browse repository at this point
Copy the full SHA 4072729View commit details -
added tests for PySRSequenceRegressor
a lot copied from the PySRRegressor tests :)
Configuration menu - View commit details
-
Copy full SHA for 8ab384a - Browse repository at this point
Copy the full SHA 8ab384aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for cffcc91 - Browse repository at this point
Copy the full SHA cffcc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91dc68 - Browse repository at this point
Copy the full SHA e91dc68View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d6ecf - Browse repository at this point
Copy the full SHA f0d6ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db3df8 - Browse repository at this point
Copy the full SHA 7db3df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 506f4f5 - Browse repository at this point
Copy the full SHA 506f4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d556d11 - Browse repository at this point
Copy the full SHA d556d11View commit details -
Merge pull request #1 from wenbang24/wenbang24/issue94
oops wrong branch
Configuration menu - View commit details
-
Copy full SHA for fc86554 - Browse repository at this point
Copy the full SHA fc86554View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 962e0a9 - Browse repository at this point
Copy the full SHA 962e0a9View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87ad4d9 - Browse repository at this point
Copy the full SHA 87ad4d9View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 75ea04d - Browse repository at this point
Copy the full SHA 75ea04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 365e663 - Browse repository at this point
Copy the full SHA 365e663View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed61b3c - Browse repository at this point
Copy the full SHA ed61b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f10b6ca - Browse repository at this point
Copy the full SHA f10b6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 518e7d8 - Browse repository at this point
Copy the full SHA 518e7d8View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 510d5d0 - Browse repository at this point
Copy the full SHA 510d5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc9105 - Browse repository at this point
Copy the full SHA cbc9105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0c730 - Browse repository at this point
Copy the full SHA 8f0c730View commit details -
Merge branch 'recurrence' of github.com:wenbang24/PySR into recurrence
git is really hard
Configuration menu - View commit details
-
Copy full SHA for c3d5aa5 - Browse repository at this point
Copy the full SHA c3d5aa5View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 908fdfc - Browse repository at this point
Copy the full SHA 908fdfcView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 666b2a8 - Browse repository at this point
Copy the full SHA 666b2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78cb44 - Browse repository at this point
Copy the full SHA f78cb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b8245 - Browse repository at this point
Copy the full SHA d8b8245View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b67d6 - Browse repository at this point
Copy the full SHA c6b67d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f607e - Browse repository at this point
Copy the full SHA a4f607eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9927660 - Browse repository at this point
Copy the full SHA 9927660View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for de74c47 - Browse repository at this point
Copy the full SHA de74c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62cf992 - Browse repository at this point
Copy the full SHA 62cf992View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 27c73e7 - Browse repository at this point
Copy the full SHA 27c73e7View commit details -
but if test_sequence_weighted_bumper just run it again and it should be fine :)
Configuration menu - View commit details
-
Copy full SHA for b3e303e - Browse repository at this point
Copy the full SHA b3e303eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 92f2a40 - Browse repository at this point
Copy the full SHA 92f2a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94eabe3 - Browse repository at this point
Copy the full SHA 94eabe3View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for aca4672 - Browse repository at this point
Copy the full SHA aca4672View commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 089c565 - Browse repository at this point
Copy the full SHA 089c565View commit details -
Configuration menu - View commit details
-
Copy full SHA for b47172c - Browse repository at this point
Copy the full SHA b47172cView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for a3c63c8 - Browse repository at this point
Copy the full SHA a3c63c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1ce25 - Browse repository at this point
Copy the full SHA ba1ce25View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for a9019a7 - Browse repository at this point
Copy the full SHA a9019a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bdd41a - Browse repository at this point
Copy the full SHA 7bdd41aView commit details -
swap super.__init__ and other thing in __init__
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a88e725 - Browse repository at this point
Copy the full SHA a88e725View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa42888 - Browse repository at this point
Copy the full SHA aa42888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 307261b - Browse repository at this point
Copy the full SHA 307261bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14331e1 - Browse repository at this point
Copy the full SHA 14331e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb54b3 - Browse repository at this point
Copy the full SHA 9eb54b3View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df26237 - Browse repository at this point
Copy the full SHA df26237View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca7cc9 - Browse repository at this point
Copy the full SHA bca7cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e449b - Browse repository at this point
Copy the full SHA 34e449bView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 38edd3d - Browse repository at this point
Copy the full SHA 38edd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ea494 - Browse repository at this point
Copy the full SHA 96ea494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a29161 - Browse repository at this point
Copy the full SHA 1a29161View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 854edc7 - Browse repository at this point
Copy the full SHA 854edc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5213cc8 - Browse repository at this point
Copy the full SHA 5213cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 925783c - Browse repository at this point
Copy the full SHA 925783cView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1a45b90 - Browse repository at this point
Copy the full SHA 1a45b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ff80d - Browse repository at this point
Copy the full SHA d0ff80dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for b449772 - Browse repository at this point
Copy the full SHA b449772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc1fd4 - Browse repository at this point
Copy the full SHA 3dc1fd4View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 709ff56 - Browse repository at this point
Copy the full SHA 709ff56View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff126c2 - Browse repository at this point
Copy the full SHA ff126c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484c836 - Browse repository at this point
Copy the full SHA 484c836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518df7d - Browse repository at this point
Copy the full SHA 518df7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c6bb6 - Browse repository at this point
Copy the full SHA 31c6bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d3e82 - Browse repository at this point
Copy the full SHA 12d3e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for edab12f - Browse repository at this point
Copy the full SHA edab12fView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0354818 - Browse repository at this point
Copy the full SHA 0354818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03beb0e - Browse repository at this point
Copy the full SHA 03beb0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4b664 - Browse repository at this point
Copy the full SHA 8e4b664View commit details -
Configuration menu - View commit details
-
Copy full SHA for e170496 - Browse repository at this point
Copy the full SHA e170496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f26c7 - Browse repository at this point
Copy the full SHA 10f26c7View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for ff75b07 - Browse repository at this point
Copy the full SHA ff75b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ed5c5 - Browse repository at this point
Copy the full SHA e5ed5c5View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for be64ee3 - Browse repository at this point
Copy the full SHA be64ee3View commit details -
changed variable name generation function to isinstance rather than t…
…ruthy bcuz python gets mad :(
Configuration menu - View commit details
-
Copy full SHA for ceb58ff - Browse repository at this point
Copy the full SHA ceb58ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d19f2 - Browse repository at this point
Copy the full SHA e3d19f2View commit details -
changed PySRSequenceRegressor to inherit from BaseEstimator and have …
…PySRRegressor as an attribute
Configuration menu - View commit details
-
Copy full SHA for 9721b8f - Browse repository at this point
Copy the full SHA 9721b8fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for eb796c7 - Browse repository at this point
Copy the full SHA eb796c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8549d8c - Browse repository at this point
Copy the full SHA 8549d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a450abb - Browse repository at this point
Copy the full SHA a450abbView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 15be253 - Browse repository at this point
Copy the full SHA 15be253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4656585 - Browse repository at this point
Copy the full SHA 4656585View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12ba70f - Browse repository at this point
Copy the full SHA 12ba70fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c0ec717 - Browse repository at this point
Copy the full SHA c0ec717View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de14be6 - Browse repository at this point
Copy the full SHA de14be6View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c362f9 - Browse repository at this point
Copy the full SHA 4c362f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433f783 - Browse repository at this point
Copy the full SHA 433f783View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef26021 - Browse repository at this point
Copy the full SHA ef26021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcd625 - Browse repository at this point
Copy the full SHA 8dcd625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7846199 - Browse repository at this point
Copy the full SHA 7846199View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a45e8 - Browse repository at this point
Copy the full SHA b3a45e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eda1a3 - Browse repository at this point
Copy the full SHA 1eda1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d2821 - Browse repository at this point
Copy the full SHA a2d2821View commit details -
Configuration menu - View commit details
-
Copy full SHA for feab3e4 - Browse repository at this point
Copy the full SHA feab3e4View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bad23cb - Browse repository at this point
Copy the full SHA bad23cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57233b3 - Browse repository at this point
Copy the full SHA 57233b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35e136 - Browse repository at this point
Copy the full SHA a35e136View commit details -
Configuration menu - View commit details
-
Copy full SHA for b037e86 - Browse repository at this point
Copy the full SHA b037e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for d08b77b - Browse repository at this point
Copy the full SHA d08b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f15f8 - Browse repository at this point
Copy the full SHA d7f15f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd04146 - Browse repository at this point
Copy the full SHA cd04146View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64d30b8 - Browse repository at this point
Copy the full SHA 64d30b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164a399 - Browse repository at this point
Copy the full SHA 164a399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec0d2a - Browse repository at this point
Copy the full SHA 6ec0d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208de79 - Browse repository at this point
Copy the full SHA 208de79View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52a221 - Browse repository at this point
Copy the full SHA b52a221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6326c - Browse repository at this point
Copy the full SHA 9c6326cView commit details
Commits on Aug 9, 2024
-
since recursive history length >= 1, we don't need to test for len(X)…
… < 2 bcuz recursive_history_length covers that
Configuration menu - View commit details
-
Copy full SHA for 59555eb - Browse repository at this point
Copy the full SHA 59555ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba3b538 - Browse repository at this point
Copy the full SHA ba3b538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de8ec9 - Browse repository at this point
Copy the full SHA 4de8ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd6898 - Browse repository at this point
Copy the full SHA 5bd6898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db1096 - Browse repository at this point
Copy the full SHA 5db1096View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 029633a - Browse repository at this point
Copy the full SHA 029633aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 2341c74 - Browse repository at this point
Copy the full SHA 2341c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae96a2 - Browse repository at this point
Copy the full SHA 7ae96a2View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1f9013f - Browse repository at this point
Copy the full SHA 1f9013fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 427ac6b - Browse repository at this point
Copy the full SHA 427ac6bView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 263912e - Browse repository at this point
Copy the full SHA 263912eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b79dd9 - Browse repository at this point
Copy the full SHA 1b79dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cad6e - Browse repository at this point
Copy the full SHA 16cad6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 689d717 - Browse repository at this point
Copy the full SHA 689d717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1f17c - Browse repository at this point
Copy the full SHA 4a1f17cView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1ef2fc6 - Browse repository at this point
Copy the full SHA 1ef2fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe3fe3 - Browse repository at this point
Copy the full SHA 1fe3fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39cab90 - Browse repository at this point
Copy the full SHA 39cab90View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a734b48 - Browse repository at this point
Copy the full SHA a734b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff3ef3 - Browse repository at this point
Copy the full SHA bff3ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5e9e9 - Browse repository at this point
Copy the full SHA 4c5e9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0459cf4 - Browse repository at this point
Copy the full SHA 0459cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424483b - Browse repository at this point
Copy the full SHA 424483bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1acb2 - Browse repository at this point
Copy the full SHA 3b1acb2View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 06ee369 - Browse repository at this point
Copy the full SHA 06ee369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5a2c0 - Browse repository at this point
Copy the full SHA 9b5a2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e55024 - Browse repository at this point
Copy the full SHA 0e55024View commit details -
updated latex_table to use PySRRegressor's latex_table, also added ou…
…tput_variable_names parameter to latex_table
Configuration menu - View commit details
-
Copy full SHA for 1632e89 - Browse repository at this point
Copy the full SHA 1632e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43dd918 - Browse repository at this point
Copy the full SHA 43dd918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7166d - Browse repository at this point
Copy the full SHA 6e7166dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for e77d56f - Browse repository at this point
Copy the full SHA e77d56fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd482c - Browse repository at this point
Copy the full SHA 1bd482cView commit details
Commits on Aug 15, 2024
-
slightly confused Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa1e2f2 - Browse repository at this point
Copy the full SHA fa1e2f2View commit details -
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a569b2e - Browse repository at this point
Copy the full SHA a569b2eView commit details -
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ab243a - Browse repository at this point
Copy the full SHA 8ab243aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9010fbe - Browse repository at this point
Copy the full SHA 9010fbeView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for f395db4 - Browse repository at this point
Copy the full SHA f395db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a745b19 - Browse repository at this point
Copy the full SHA a745b19View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 102e453 - Browse repository at this point
Copy the full SHA 102e453View commit details -
Configuration menu - View commit details
-
Copy full SHA for e75a8bc - Browse repository at this point
Copy the full SHA e75a8bcView commit details -
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef03dff - Browse repository at this point
Copy the full SHA ef03dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e29d92 - Browse repository at this point
Copy the full SHA 8e29d92View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5aff022 - Browse repository at this point
Copy the full SHA 5aff022View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 92287b1 - Browse repository at this point
Copy the full SHA 92287b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c854788 - Browse repository at this point
Copy the full SHA c854788View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6eb7920 - Browse repository at this point
Copy the full SHA 6eb7920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5407157 - Browse repository at this point
Copy the full SHA 5407157View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f634dae - Browse repository at this point
Copy the full SHA f634daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcc918 - Browse repository at this point
Copy the full SHA dbcc918View commit details
Commits on Aug 24, 2024
-
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 378f05b - Browse repository at this point
Copy the full SHA 378f05bView commit details -
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4a2fda - Browse repository at this point
Copy the full SHA a4a2fdaView commit details -
Update predict docstring to add num_predictions times
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d7d4e6 - Browse repository at this point
Copy the full SHA 5d7d4e6View commit details -
fix error in predict docstring
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 206ee98 - Browse repository at this point
Copy the full SHA 206ee98View commit details -
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a926ac - Browse repository at this point
Copy the full SHA 0a926acView commit details -
add default to predict docstring somewhere else
Co-authored-by: Miles Cranmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56a7780 - Browse repository at this point
Copy the full SHA 56a7780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c7a35 - Browse repository at this point
Copy the full SHA 96c7a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d4fd0 - Browse repository at this point
Copy the full SHA d3d4fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9515e - Browse repository at this point
Copy the full SHA 0c9515eView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66542ff - Browse repository at this point
Copy the full SHA 66542ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e7785 - Browse repository at this point
Copy the full SHA 63e7785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 516e4e6 - Browse repository at this point
Copy the full SHA 516e4e6View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 163128e - Browse repository at this point
Copy the full SHA 163128eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 9299df4 - Browse repository at this point
Copy the full SHA 9299df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fba3d7 - Browse repository at this point
Copy the full SHA 6fba3d7View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6cee114 - Browse repository at this point
Copy the full SHA 6cee114View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 055bec6 - Browse repository at this point
Copy the full SHA 055bec6View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 9ee3018 - Browse repository at this point
Copy the full SHA 9ee3018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43049e1 - Browse repository at this point
Copy the full SHA 43049e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93337d3 - Browse repository at this point
Copy the full SHA 93337d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e842784 - Browse repository at this point
Copy the full SHA e842784View commit details -
Configuration menu - View commit details
-
Copy full SHA for d984850 - Browse repository at this point
Copy the full SHA d984850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d9905 - Browse repository at this point
Copy the full SHA 25d9905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c360b0 - Browse repository at this point
Copy the full SHA 5c360b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5d941 - Browse repository at this point
Copy the full SHA ec5d941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84acd0c - Browse repository at this point
Copy the full SHA 84acd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1becb - Browse repository at this point
Copy the full SHA 2d1becbView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 371e0ac - Browse repository at this point
Copy the full SHA 371e0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe556e - Browse repository at this point
Copy the full SHA abe556eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e23ccfd - Browse repository at this point
Copy the full SHA e23ccfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c285e9 - Browse repository at this point
Copy the full SHA 8c285e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9263837 - Browse repository at this point
Copy the full SHA 9263837View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 7f16257 - Browse repository at this point
Copy the full SHA 7f16257View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6eaf1 - Browse repository at this point
Copy the full SHA fc6eaf1View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b4993b - Browse repository at this point
Copy the full SHA 5b4993bView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d69542 - Browse repository at this point
Copy the full SHA 4d69542View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9aecee8 - Browse repository at this point
Copy the full SHA 9aecee8View commit details