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

Add new option for exporting learning networks as stand-alone composite model types #841

Merged
merged 69 commits into from
Oct 31, 2022

Commits on Jul 12, 2022

  1. Merge pull request #805 from JuliaAI/dev

    For a 0.20.11 release
    ablaom authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1c79f8f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge pull request #808 from JuliaAI/dev

    For a 0.20.12 release
    ablaom authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    52849b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Merge pull request #810 from JuliaAI/dev

    For a 0.20.13 release
    ablaom authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a78cfc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge pull request #812 from JuliaAI/dev

    For a 0.20.14 release
    ablaom authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    cd57ac3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Merge pull request #814 from JuliaAI/dev

    For a 0.20.15 release
    ablaom authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2b90d4a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Merge pull request #821 from JuliaAI/dev

    For a 0.20.16 release
    ablaom authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b2a3768 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Merge pull request #824 from JuliaAI/dev

    Adapt some tests for Julia nightly.
    ablaom authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    911c0a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #826 from JuliaAI/dev

    For a 0.20.17 release
    ablaom authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c3b4e09 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Merge pull request #838 from JuliaAI/dev

    For 0.20.18 release
    ablaom authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2023856 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    1b2d53a View commit details
    Browse the repository at this point in the history
  2. introduce machines whose model is the symbol of some composite field

    oops
    
    generalize models(::AbstractNode) to find symbolic models
    
    fix test
    
    fix logic in `fit_only!` for symbolic machines
    
    fix some tests
    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    14df145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8f041d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17d48f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbfa9f2 View commit details
    Browse the repository at this point in the history
  6. rename a variable

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ac24b93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f66b0b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24f5a9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fda71aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e78a38 View commit details
    Browse the repository at this point in the history
  11. improve show method for nodes

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d37f5ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9e16d5 View commit details
    Browse the repository at this point in the history
  13. implement Base.copy(::Machine)

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4c5fe1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f5364b View commit details
    Browse the repository at this point in the history
  15. clean up network duplication methods; rename replace->duplicate

    extra cleanup around serialization
    
    fix missed tests
    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d4561e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3675c7c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df2961f View commit details
    Browse the repository at this point in the history
  18. add more signature methods

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ec63327 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b767d4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b691522 View commit details
    Browse the repository at this point in the history
  21. oops

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7bc0441 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    56f0058 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7c12fbc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a0a9e08 View commit details
    Browse the repository at this point in the history
  25. add a test for a signature helper

    oops
    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b530257 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6bf7fcd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    81bccc2 View commit details
    Browse the repository at this point in the history
  28. core commmit: implement MLJ model API for NetworkCompositeModels

    oops; forgotten files
    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2bfdaa8 View commit details
    Browse the repository at this point in the history
  29. fix a method conflict

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    123fd0c View commit details
    Browse the repository at this point in the history
  30. Merge pull request #840 from JuliaAI/dev

    For a 0.20.19 release
    ablaom authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4cb559c View commit details
    Browse the repository at this point in the history
  31. tweaks

    ablaom committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7dde938 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    21032f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad6ffb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into banana

    ablaom committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ac4402f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. add save/restore to NetworkComposite models

    add tests
    ablaom committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c53ff06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698939b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1739d80 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. address #965

    ablaom committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ec977aa View commit details
    Browse the repository at this point in the history
  2. add a branch to ci

    ablaom committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d539400 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    8f1f883 View commit details
    Browse the repository at this point in the history
  2. missing word in code comment

    ablaom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c2ce8ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcbec68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcc9fe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    639ab57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69b4241 View commit details
    Browse the repository at this point in the history
  3. add forgotten "end"

    ablaom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ae50d9a View commit details
    Browse the repository at this point in the history
  4. tidy up abstract model type export

    fix test
    ablaom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9d10acf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. spelling

    ablaom committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1d5d974 View commit details
    Browse the repository at this point in the history
  2. spelling

    ablaom committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    992fd8e View commit details
    Browse the repository at this point in the history
  3. tweak docstring

    ablaom committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    62c7611 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    7bef45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4979a04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46bea18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e99e479 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #848 from JuliaAI/stratify-relax

    Relax type restriction on `y` in `train_test_pairs(::StratifiedCV,  rows, y)`
    ablaom authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5f667e0 View commit details
    Browse the repository at this point in the history
  6. bump 0.20.20

    ablaom committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    789cf87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ebeb77 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. allow exposing internal network state in composite fitted_params

    update serialization for NetworkComposite models re fitted_params
    
    fixed overlooked problems
    ablaom committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d6fd93c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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