Skip to content
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

Open
wants to merge 198 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 21, 2024

  1. Added recursive_history_length

    honestly I think it works
    it doesn't take an target array - only features :)
    wenbang24 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b9865b0 View commit details
    Browse the repository at this point in the history
  2. Changed minimum recursive history length

    from 1 to 0
    wenbang24 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    1ce85fe View commit details
    Browse the repository at this point in the history
  3. fixed syntax error

    wenbang24 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f46e4d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cbdcda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7172cc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. 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
    wenbang24 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ff1944c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4072729 View commit details
    Browse the repository at this point in the history
  3. added tests for PySRSequenceRegressor

    a lot copied from the PySRRegressor tests :)
    wenbang24 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8ab384a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cffcc91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e91dc68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0d6ecf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7db3df8 View commit details
    Browse the repository at this point in the history
  8. added .eggs to .gitignore

    wenbang24 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    506f4f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d556d11 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from wenbang24/wenbang24/issue94

    oops wrong branch
    wenbang24 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fc86554 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    962e0a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    87ad4d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ea04d View commit details
    Browse the repository at this point in the history
  3. updated fit()

    now uses super().fit()
    also got rid of Xresampled
    wenbang24 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    365e663 View commit details
    Browse the repository at this point in the history
  4. multidimensionality!!!

    note: flattens all of the arrays
    wenbang24 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ed61b3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f10b6ca View commit details
    Browse the repository at this point in the history
  6. fixed variable names

    wenbang24 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    518e7d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    510d5d0 View commit details
    Browse the repository at this point in the history
  8. git is hard

    wenbang24 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cbc9105 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f0c730 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3d5aa5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    908fdfc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. removed unecessary test

    wenbang24 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    666b2a8 View commit details
    Browse the repository at this point in the history
  2. small documentaion change

    wenbang24 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f78cb44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b8245 View commit details
    Browse the repository at this point in the history
  4. another small doc change

    wenbang24 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c6b67d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4f607e View commit details
    Browse the repository at this point in the history
  6. fixed custom variable names

    wenbang24 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9927660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de74c47 View commit details
    Browse the repository at this point in the history
  8. updated tests

    wenbang24 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    62cf992 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27c73e7 View commit details
    Browse the repository at this point in the history
  10. all tests passing!!!

    but if test_sequence_weighted_bumper just run it again and it should be fine :)
    wenbang24 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b3e303e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92f2a40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94eabe3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aca4672 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    089c565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47172c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c63c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba1ce25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9019a7 View commit details
    Browse the repository at this point in the history
  6. this test is too harsh

    wenbang24 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7bdd41a View commit details
    Browse the repository at this point in the history
  7. swap super.__init__ and other thing in __init__

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a88e725 View commit details
    Browse the repository at this point in the history
  8. now needs numpy 1.20

    wenbang24 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    aa42888 View commit details
    Browse the repository at this point in the history
  9. changed predict docstring

    wenbang24 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    307261b View commit details
    Browse the repository at this point in the history
  10. change test sequence name

    wenbang24 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    14331e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9eb54b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    df26237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca7cc9 View commit details
    Browse the repository at this point in the history
  3. removed need for temp

    wenbang24 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    34e449b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38edd3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96ea494 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a29161 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    854edc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5213cc8 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary test

    wenbang24 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    925783c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a45b90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0ff80d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b449772 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3dc1fd4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    709ff56 View commit details
    Browse the repository at this point in the history
  15. removed unecessary tests

    wenbang24 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ff126c2 View commit details
    Browse the repository at this point in the history
  16. changed up variable names

    wenbang24 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    484c836 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    518df7d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    31c6bb6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    12d3e82 View commit details
    Browse the repository at this point in the history
  20. changed up variable names

    wenbang24 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    edab12f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    0354818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03beb0e View commit details
    Browse the repository at this point in the history
  3. Updated docstring

    wenbang24 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8e4b664 View commit details
    Browse the repository at this point in the history
  4. added validation of X

    wenbang24 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e170496 View commit details
    Browse the repository at this point in the history
  5. added another validation

    wenbang24 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    10f26c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff75b07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5ed5c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be64ee3 View commit details
    Browse the repository at this point in the history
  9. changed variable name generation function to isinstance rather than t…

    …ruthy bcuz python gets mad :(
    wenbang24 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ceb58ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3d19f2 View commit details
    Browse the repository at this point in the history
  11. changed PySRSequenceRegressor to inherit from BaseEstimator and have …

    …PySRRegressor as an attribute
    wenbang24 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9721b8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb796c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8549d8c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a450abb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    15be253 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4656585 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    12ba70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ec717 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    de14be6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4c362f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433f783 View commit details
    Browse the repository at this point in the history
  3. updated docstring

    wenbang24 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ef26021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dcd625 View commit details
    Browse the repository at this point in the history
  5. update docstring

    wenbang24 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7846199 View commit details
    Browse the repository at this point in the history
  6. added super().__init()

    wenbang24 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b3a45e8 View commit details
    Browse the repository at this point in the history
  7. removed n_features_in

    wenbang24 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1eda1a3 View commit details
    Browse the repository at this point in the history
  8. example.py is back

    wenbang24 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a2d2821 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    feab3e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    bad23cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57233b3 View commit details
    Browse the repository at this point in the history
  3. grammar is hard

    wenbang24 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a35e136 View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    wenbang24 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b037e86 View commit details
    Browse the repository at this point in the history
  5. uncomment tests

    wenbang24 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d08b77b View commit details
    Browse the repository at this point in the history
  6. newlines??

    wenbang24 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d7f15f8 View commit details
    Browse the repository at this point in the history
  7. put a comment back

    wenbang24 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cd04146 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. new inherits

    wenbang24 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    64d30b8 View commit details
    Browse the repository at this point in the history
  2. remove y units

    wenbang24 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    164a399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec0d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    208de79 View commit details
    Browse the repository at this point in the history
  5. removed __getstate__

    wenbang24 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b52a221 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c6326c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. since recursive history length >= 1, we don't need to test for len(X)…

    … < 2 bcuz recursive_history_length covers that
    wenbang24 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    59555eb View commit details
    Browse the repository at this point in the history
  2. more tests

    wenbang24 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ba3b538 View commit details
    Browse the repository at this point in the history
  3. update dosctring

    wenbang24 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4de8ec9 View commit details
    Browse the repository at this point in the history
  4. more tests

    wenbang24 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5bd6898 View commit details
    Browse the repository at this point in the history
  5. more tests

    wenbang24 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5db1096 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    029633a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2341c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae96a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f9013f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    427ac6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    263912e View commit details
    Browse the repository at this point in the history
  7. remove debug print

    wenbang24 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1b79dd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16cad6e View commit details
    Browse the repository at this point in the history
  9. added weight test

    wenbang24 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    689d717 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a1f17c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ef2fc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fe3fe3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39cab90 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. removed julia properties

    wenbang24 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a734b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bff3ef3 View commit details
    Browse the repository at this point in the history
  3. removed uncessary line

    wenbang24 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4c5e9e9 View commit details
    Browse the repository at this point in the history
  4. moved args???

    python is weird
    wenbang24 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0459cf4 View commit details
    Browse the repository at this point in the history
  5. a lot of **kwargs

    wenbang24 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    424483b View commit details
    Browse the repository at this point in the history
  6. removed super().__init__()

    wenbang24 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3b1acb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06ee369 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b5a2c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e55024 View commit details
    Browse the repository at this point in the history
  10. updated latex_table to use PySRRegressor's latex_table, also added ou…

    …tput_variable_names parameter to latex_table
    wenbang24 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1632e89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43dd918 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e7166d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e77d56f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bd482c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. add back super().__init__()

    slightly confused
    
    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fa1e2f2 View commit details
    Browse the repository at this point in the history
  2. stars and stuff

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a569b2e View commit details
    Browse the repository at this point in the history
  3. another star

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8ab243a View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    wenbang24 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9010fbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f395db4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a745b19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    102e453 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e75a8bc View commit details
    Browse the repository at this point in the history
  9. update doctoring

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ef03dff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e29d92 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    5aff022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92287b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c854788 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eb7920 View commit details
    Browse the repository at this point in the history
  5. removed comments

    wenbang24 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5407157 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. updated docstring

    wenbang24 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f634dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbcc918 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Update docstring formatting

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    378f05b View commit details
    Browse the repository at this point in the history
  2. added a lot of *args

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a4a2fda View commit details
    Browse the repository at this point in the history
  3. Update predict docstring to add num_predictions times

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5d7d4e6 View commit details
    Browse the repository at this point in the history
  4. fix error in predict docstring

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    206ee98 View commit details
    Browse the repository at this point in the history
  5. remove default in docstring

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0a926ac View commit details
    Browse the repository at this point in the history
  6. add default to predict docstring somewhere else

    Co-authored-by: Miles Cranmer <[email protected]>
    wenbang24 and MilesCranmer authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    56a7780 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96c7a35 View commit details
    Browse the repository at this point in the history
  8. added args to latex_table

    wenbang24 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    d3d4fd0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c9515e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. feat: allow 1D input

    MilesCranmer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    66542ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e7785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    516e4e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. sequence example

    wenbang24 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    163128e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9299df4 View commit details
    Browse the repository at this point in the history
  3. update sequence example

    wenbang24 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6fba3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cee114 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. added markdown example docs

    wenbang24 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    055bec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee3018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43049e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93337d3 View commit details
    Browse the repository at this point in the history
  5. updated example sequence

    wenbang24 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e842784 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d984850 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25d9905 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c360b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec5d941 View commit details
    Browse the repository at this point in the history
  10. updated docs to use latex

    wenbang24 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    84acd0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d1becb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    371e0ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abe556e View commit details
    Browse the repository at this point in the history
  14. missed a few

    wenbang24 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e23ccfd View commit details
    Browse the repository at this point in the history
  15. ok all working now

    wenbang24 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8c285e9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9263837 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f16257 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fc6eaf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. removed unecessary print

    wenbang24 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5b4993b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix typing with a cast

    is this cheating lol
    wenbang24 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4d69542 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    9aecee8 View commit details
    Browse the repository at this point in the history