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

Multinomial and Cox redux; also fixing showarray error #50

Merged
merged 66 commits into from
Dec 5, 2020

Commits on Jul 19, 2015

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

Commits on Jul 20, 2015

  1. add CV for coxnet

    linxihui committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    73a94b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. add coxDeviance

    linxihui committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    468f801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfcbd1d View commit details
    Browse the repository at this point in the history
  3. replace tab by spaces

    linxihui committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    01841db View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

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

Commits on Jul 25, 2015

  1. code clean up

    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    d79809a View commit details
    Browse the repository at this point in the history
  2. add loss/deviance function

    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    43279e8 View commit details
    Browse the repository at this point in the history
  3. code clean up

    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    fcc1155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa7af09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2694ed3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcdbf14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2195fd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aac5379 View commit details
    Browse the repository at this point in the history
  9. add offsets to glmnetcv

    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    5a62436 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dcfe72c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3adf4a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    383d05e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3356d7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14d3d98 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    449e663 View commit details
    Browse the repository at this point in the history
  16. add to predict: output type

    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    14bbfe8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    88a142b View commit details
    Browse the repository at this point in the history
  18. in glmnetcv, change default weights from ones(legnth(y)) to ones(size…

    …(X, 1)) as y can be matrix
    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    4352ada View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d3cd8e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    52bab2f View commit details
    Browse the repository at this point in the history
  21. fix typo

    linxihui committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    d339b5d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2015

  1. clean example

    linxihui committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    5648f49 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

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

Commits on Jul 30, 2015

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

Commits on Aug 1, 2015

  1. add plotting example

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    521b454 View commit details
    Browse the repository at this point in the history
  2. add Gadfly to dependency

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    f96a8ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d0ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e23a5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6a5902 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c00f36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa312cd View commit details
    Browse the repository at this point in the history
  8. re-indent

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    f73ae64 View commit details
    Browse the repository at this point in the history
  9. import Gadfly function

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    a48e07e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e01a8d View commit details
    Browse the repository at this point in the history
  11. load DataFrames

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    64c3361 View commit details
    Browse the repository at this point in the history
  12. explicitly import predict from DataFrame, which solves that problem t…

    …hat predict cannot be found when DataFrame is loaded after GLMNet
    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    2a180fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5624014 View commit details
    Browse the repository at this point in the history
  14. more tests

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    f902852 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80d638b View commit details
    Browse the repository at this point in the history
  16. update examples

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    b2b41e6 View commit details
    Browse the repository at this point in the history
  17. update examples

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    e0a9a50 View commit details
    Browse the repository at this point in the history
  18. update examples

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    f9e5ade View commit details
    Browse the repository at this point in the history
  19. replaced PNG by SVG images

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    ee0f482 View commit details
    Browse the repository at this point in the history
  20. change links to svg images

    linxihui committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    344de80 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

Commits on Dec 2, 2020

  1. modernizing and dropping gadfly dependencies.

    dsweber2 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d80bd0f View commit details
    Browse the repository at this point in the history
  2. showarray isn't defined

    dsweber2 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0c90a11 View commit details
    Browse the repository at this point in the history
  3. @testsets are nice

    dsweber2 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1bce066 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. readme update

    dsweber2 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c51eb94 View commit details
    Browse the repository at this point in the history
  2. tweaking glmnetcv for cox to allow determined rng

    dsweber2 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    cc66fb2 View commit details
    Browse the repository at this point in the history
  3. bye bye plots

    dsweber2 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3e79249 View commit details
    Browse the repository at this point in the history
  4. bug when using CategoricalArrays for Multinomial

    dsweber2 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    db88aad View commit details
    Browse the repository at this point in the history
  5. parameteric types are nice (just GLMNetPath now)

    dsweber2 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b0aaf12 View commit details
    Browse the repository at this point in the history
  6. this conversion breaks Multinomial regression

    dsweber2 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8a251bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b0727c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    db10587 View commit details
    Browse the repository at this point in the history
  2. same error, but in the cox version

    dsweber2 committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    726b25c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0506b46 View commit details
    Browse the repository at this point in the history