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

custom models #82

Merged
merged 34 commits into from
Jun 17, 2020
Merged

custom models #82

merged 34 commits into from
Jun 17, 2020

Commits on May 27, 2020

  1. add mlogit stuffs

    asiripanich committed May 27, 2020
    Configuration menu
    Copy the full SHA
    dcf42c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cddd475 View commit details
    Browse the repository at this point in the history
  3. create ModelCustom

    asiripanich committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a256e01 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. remove old Rd files

    asiripanich committed May 28, 2020
    Configuration menu
    Copy the full SHA
    bf920a3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    a1ea005 View commit details
    Browse the repository at this point in the history
  2. add: Generic$.abstract

    asiripanich committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c930c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fbf4bd View commit details
    Browse the repository at this point in the history
  4. Delete ModelMLogit.R

    asiripanich committed May 29, 2020
    Configuration menu
    Copy the full SHA
    df16cc9 View commit details
    Browse the repository at this point in the history
  5. patch(ModelMultinomialLogit): remove the setorder step in the predict…

    … method
    
    easy for the eyes but take time to compute which can add up significantly when running this repeatedly.
    asiripanich committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d0e4eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. update function docs

    asiripanich committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d367547 View commit details
    Browse the repository at this point in the history
  2. feat: add which_max_n and which_min_n

    these return n indices of maximum and minimum values in a numeric vector
    asiripanich committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    81f6923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf8523 View commit details
    Browse the repository at this point in the history
  4. update package files

    asiripanich committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    9feb485 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

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

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    fc33958 View commit details
    Browse the repository at this point in the history
  2. add makeModel function

    currently on a glm model fitted with caret is supported
    asiripanich committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    73795bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c843c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3835831 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afcae7a View commit details
    Browse the repository at this point in the history
  6. add mlogit to makeModel

    asiripanich committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    4878f7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1058e98 View commit details
    Browse the repository at this point in the history
  8. Update NAMESPACE

    asiripanich committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    544db57 View commit details
    Browse the repository at this point in the history
  9. minor clean up

    asiripanich committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0a92b14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe83f83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4368d9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfab9c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab9db62 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bb6034 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e978a23 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    6db054b View commit details
    Browse the repository at this point in the history
  2. Increment version number

    asiripanich committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    dd367f2 View commit details
    Browse the repository at this point in the history
  3. Update _pkgdown.yml

    asiripanich committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    350c209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    636388f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8952ca View commit details
    Browse the repository at this point in the history