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

Merge devel into master #427

Merged
merged 233 commits into from
Apr 29, 2024
Merged

Merge devel into master #427

merged 233 commits into from
Apr 29, 2024

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    4a5756c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466629a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    784cc9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7dbeee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6686907 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84c24f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    438281e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53549d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6c5aa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1820943 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c55e8ed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1db79d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ae4cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Dec 23, 2021

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

Commits on Jan 11, 2022

  1. Remove extraneous spaces

    Also, should this really be print()'ed? it comes out looking like:
    
    ```
    [1] "ARIMA requires matrix of external regressors to not be rank  deficient. The following covariates were removed to counter the  linear combinations: cnt"
    ```
    
    Is that intentional? Should it be `cat()`'d, or `message()`'d instead?
    
    Lastly, is the intention to print the full message for each of the `rm_idx`? Or maybe this is better:
    
    ```
    message(
      "ARIMA requires matrix of external regressors to not be rank ",
      "deficient. The following covariates were removed to counter the ",
      "linear combinations: ", toString(names(task$X)[rm_idx])
    )
    ```
    MichaelChirico authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    b971ec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge pull request #374 from MichaelChirico/patch-1

    Remove extraneous spaces
    rachaelvp authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9aa26ac View commit details
    Browse the repository at this point in the history
  2. glmtree learner

    David McCoy authored and David McCoy committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9217427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e32d0 View commit details
    Browse the repository at this point in the history
  4. update doc for lrnr glmtree

    rachaelvp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    71efd74 View commit details
    Browse the repository at this point in the history
  5. devtools::document changes

    rachaelvp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    57aad6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f4afc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50fd8f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a2f8c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b696c4 View commit details
    Browse the repository at this point in the history
  10. use call with args

    rachaelvp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1d0e026 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    714d8c8 View commit details
    Browse the repository at this point in the history
  12. lrnr glmtree predict method

    rachaelvp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    389beb1 View commit details
    Browse the repository at this point in the history
  13. prediction task argument

    rachaelvp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    cedb5a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ea5fa8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ddf051 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    ca89e81 View commit details
    Browse the repository at this point in the history
  2. make site and style changes

    rachaelvp committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    dcc8cff View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. fixed glmtree with offset

    David McCoy authored and David McCoy committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    23e2ec8 View commit details
    Browse the repository at this point in the history
  2. removed max depth default in glmtree

    David McCoy authored and David McCoy committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a3902b5 View commit details
    Browse the repository at this point in the history
  3. rm alpha argument in docs

    rachaelvp committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    977229f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b87047 View commit details
    Browse the repository at this point in the history
  5. test formula offset error

    rachaelvp committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c9f84ce View commit details
    Browse the repository at this point in the history
  6. news

    rachaelvp committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    43b997c View commit details
    Browse the repository at this point in the history
  7. make pr changes

    David McCoy authored and David McCoy committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2206c7c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Merge pull request #376 from tlverse/lrnr-glmtree

    Lrnr glmtree
    rachaelvp authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    1b2bb2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2971b97 View commit details
    Browse the repository at this point in the history
  3. make site changes

    rachaelvp committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    1fa7725 View commit details
    Browse the repository at this point in the history
  4. remotes to include new RF

    nhejazi committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    d4b6eb3 View commit details
    Browse the repository at this point in the history
  5. remove erroneous space

    nhejazi committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    8d9169d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. return cv_sl_fit coefs

    rachaelvp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    793ff90 View commit details
    Browse the repository at this point in the history
  2. add names to dSL coefs

    rachaelvp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    209aa90 View commit details
    Browse the repository at this point in the history
  3. add names to nnls coefs

    rachaelvp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    d65f35d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c05211d View commit details
    Browse the repository at this point in the history
  5. make pr changes

    rachaelvp committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    4dc70b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fix nnls test

    rachaelvp committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c54baab View commit details
    Browse the repository at this point in the history
  2. default NNLS metalearner

    rachaelvp committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    6cddddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92b250f View commit details
    Browse the repository at this point in the history
  4. use NLL for binary outcome

    rachaelvp committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e49b5ea View commit details
    Browse the repository at this point in the history
  5. make pr changes

    rachaelvp committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    82f219c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7495ea6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d022f29 View commit details
    Browse the repository at this point in the history
  8. make pr changes

    rachaelvp committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    3c39cc2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #380 from tlverse/print

    Lrnr_sl and CV_lrnr_sl cleaner print, CV_lrnr_sl coefficients, default metalearner
    rachaelvp authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4ea32cc View commit details
    Browse the repository at this point in the history
  10. update news from today's PR

    rachaelvp committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2cad7f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42c2164 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. inner cv control

    rachaelvp committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cb690a6 View commit details
    Browse the repository at this point in the history
  2. make pr changes

    rachaelvp committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    99f3b44 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. fix ellipses in initialize

    rachaelvp committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    daf4df5 View commit details
    Browse the repository at this point in the history
  2. make pr changes

    rachaelvp committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    305c722 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #381 from tlverse/sl-folds

    Cross-validation control for Lrnr_sl
    rachaelvp authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    14c4499 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    066762b View commit details
    Browse the repository at this point in the history
  2. update pkgdown

    nhejazi committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4007450 View commit details
    Browse the repository at this point in the history
  3. rm aux libs for slides

    nhejazi committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e3df868 View commit details
    Browse the repository at this point in the history
  4. try fixing external folds

    nhejazi committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e25d6b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    c7582eb View commit details
    Browse the repository at this point in the history
  2. fix doc and cluster CV

    rachaelvp committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    4a4837b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    483daec View commit details
    Browse the repository at this point in the history
  2. SL inner cv_control

    rachaelvp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7671ab6 View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0f37481 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    c3d32ad View commit details
    Browse the repository at this point in the history
  2. make pr changes

    rachaelvp committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    32da6fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Larsvanderlaan-Lrnr_glm_semiparametric' of github.com:t…

    …lverse/sl3 into Larsvanderlaan-Lrnr_glm_semiparametric
    rachaelvp committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b4eb3b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. update docs

    rachaelvp committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a843403 View commit details
    Browse the repository at this point in the history
  2. rm learner no .R

    rachaelvp committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c46e67a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #377 from tlverse/rf-weights-docs

    update `Lrnr_randomForest` with weights
    rachaelvp authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    341499b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5024bf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Larsvanderlaan-Lrnr_glm_semiparametric' of github.com:t…

    …lverse/sl3 into Larsvanderlaan-Lrnr_glm_semiparametric
    rachaelvp committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    31a0d36 View commit details
    Browse the repository at this point in the history
  6. CV_lrnr_sl to cv_sl

    rachaelvp committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    80336fb View commit details
    Browse the repository at this point in the history
  7. add test and fix examples

    rachaelvp committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5a4965a View commit details
    Browse the repository at this point in the history
  8. update docs

    rachaelvp committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e972145 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c26687 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Merge pull request #382 from tlverse/cv-sl

    Cross-validated super learner
    rachaelvp authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    fe61e58 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    f225918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21757ad View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    95da4cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af84156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    098b4fd View commit details
    Browse the repository at this point in the history
  6. generalize name test

    rachaelvp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    62d9dc3 View commit details
    Browse the repository at this point in the history
  7. restyle

    rachaelvp committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    8a0847b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #383 from tlverse/solnp-args

    Solnp args
    rachaelvp authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    eef6703 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. more flexible hal folds

    rachaelvp committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f3fec90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from tlverse/hal-folds

    CV folds in HAL
    rachaelvp authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    7bf3fbc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    00299f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10490b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354b9d2 View commit details
    Browse the repository at this point in the history
  4. make pr changes

    rachaelvp committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    93e96b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ef565 View commit details
    Browse the repository at this point in the history
  6. make pr changes

    rachaelvp committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0de02e1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'devel' of github.com:tlverse/sl3 into Larsvanderlaan-Lr…

    …nr_glm_semiparametric
    rachaelvp committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    94f3d86 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'Larsvanderlaan-Lrnr_glm_semiparametric' of github.com:t…

    …lverse/sl3 into Larsvanderlaan-Lrnr_glm_semiparametric
    rachaelvp committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    61207d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88c56c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    604842c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7031f93 View commit details
    Browse the repository at this point in the history
  12. update warning in tets

    rachaelvp committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1564b4f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Merge pull request #357 from tlverse/Larsvanderlaan-Lrnr_glm_semipara…

    …metric
    
    Create `Lrnr_glm_semiparametric`
    rachaelvp authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    1d89600 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    49bfdea View commit details
    Browse the repository at this point in the history
  2. make pr changes

    rachaelvp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ceb6684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033e245 View commit details
    Browse the repository at this point in the history
  4. make pr changes after merge

    rachaelvp committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2667d48 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    a2ba0e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa230a4 View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e61ed12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a744e8a View commit details
    Browse the repository at this point in the history
  5. make pr changes

    rachaelvp committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    7a278db View commit details
    Browse the repository at this point in the history
  6. algorithm to method in test

    rachaelvp committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f1f54ed View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. form

    Larsvanderlaan committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9cbf641 View commit details
    Browse the repository at this point in the history
  2. hi

    Larsvanderlaan committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a144b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge pull request #387 from tlverse/formulabugfix2

    Fixing process_formula bugs
    rachaelvp authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    2133cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6260527 View commit details
    Browse the repository at this point in the history
  3. add formula fix to news

    rachaelvp committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    0e3aa2a View commit details
    Browse the repository at this point in the history
  4. test formula with .

    rachaelvp committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    11645a5 View commit details
    Browse the repository at this point in the history
  5. rm task formula creation

    rachaelvp committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ecd6476 View commit details
    Browse the repository at this point in the history
  6. make pr changes

    rachaelvp committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ec603c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    7d08b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd288d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9e43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    608a5a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73bdea6 View commit details
    Browse the repository at this point in the history
  6. make pr changes

    rachaelvp committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a9c97bd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #385 from tlverse/caret

    Debug `Lrnr_caret` for discrete outcomes, learners with internal CV
    rachaelvp authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3dd5ab8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. fix folds for metalearner

    rachaelvp committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    27661df View commit details
    Browse the repository at this point in the history
  2. test cv selector changes

    rachaelvp committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9c551fe View commit details
    Browse the repository at this point in the history
  3. update news

    rachaelvp committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    868c839 View commit details
    Browse the repository at this point in the history
  4. make pr changes

    rachaelvp committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    24495f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #388 from tlverse/discrete-sl-cvrisk

    Lrnr_cv_selector cross-validated risk calculation
    rachaelvp authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    1ae2b57 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. task doc and cv property

    rachaelvp committed May 17, 2022
    Configuration menu
    Copy the full SHA
    b05cb58 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    3c4a58f View commit details
    Browse the repository at this point in the history
  2. try to fix failing test

    rachaelvp committed May 22, 2022
    Configuration menu
    Copy the full SHA
    cf87e2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #389 from tlverse/task-doc

    Task documentation
    rachaelvp authored May 22, 2022
    Configuration menu
    Copy the full SHA
    fae6165 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. allow null outcome

    rachaelvp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6420a44 View commit details
    Browse the repository at this point in the history
  2. add rpart.control formals

    rachaelvp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6e9f59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a3f6de View commit details
    Browse the repository at this point in the history
  4. make pr changes

    rachaelvp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    9fe1974 View commit details
    Browse the repository at this point in the history
  5. rm warning

    rachaelvp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f35cca3 View commit details
    Browse the repository at this point in the history
  6. make pr

    rachaelvp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    bc66c05 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #390 from tlverse/task-outcome

    Task outcome node
    rachaelvp authored May 26, 2022
    Configuration menu
    Copy the full SHA
    f5eb3a5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    e8afe72 View commit details
    Browse the repository at this point in the history
  2. document data preprocessing

    rachaelvp committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e2a4c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03518fb View commit details
    Browse the repository at this point in the history
  4. make pr changes

    rachaelvp committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0272459 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    0f6cc59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9c150 View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    bfea4af View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. fix process data params

    rachaelvp committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    27cf66f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #391 from tlverse/process-rpart-polspline

    Process rpart polspline
    rachaelvp authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    e18660d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33aa9ce View commit details
    Browse the repository at this point in the history
  4. require R 4.2

    rachaelvp committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    619f5a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Update Lrnr_cv_selector.R

    update docs for `Lrnr_cv_selector`
    rachaelvp authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    de445c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. CATE learner based on GRF

    rachaelvp committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    c0fbfac View commit details
    Browse the repository at this point in the history
  2. test CATE learner

    rachaelvp committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    e4154dc View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    aab526c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27268f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f44000f View commit details
    Browse the repository at this point in the history
  6. make pr changes

    rachaelvp committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    60da7db View commit details
    Browse the repository at this point in the history
  7. update news

    rachaelvp committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    0c08542 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge pull request #393 from tlverse/grfcate

    Merge to devel
    imalenica authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    09d6faf View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    7095e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20c5b7 View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    58d2255 View commit details
    Browse the repository at this point in the history
  4. summarize updates

    rachaelvp committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0829c89 View commit details
    Browse the repository at this point in the history
  5. summarize updates

    rachaelvp committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0e00da5 View commit details
    Browse the repository at this point in the history
  6. update R setup for actions

    rachaelvp committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2db7b67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db3c254 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

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

Commits on Jan 6, 2023

  1. added examples

    tq21 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    145b49c View commit details
    Browse the repository at this point in the history
  2. added unit tests for learners

    tq21 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    3793e6f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge pull request #403 from tlverse/binary-outcome-type

    Flexibility and error handling with `outcome_type` in `sl3_Task`
    rachaelvp authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1d12220 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. rm quasibinomial glmnet

    rachaelvp committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    aaa8b53 View commit details
    Browse the repository at this point in the history
  2. make pr changes

    rachaelvp committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e96412a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge pull request #410 from tlverse/glmnet-family

    Glmnet family
    rachaelvp authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    62f6454 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    1e8ffb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981100c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    430af36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f59d16 View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    03585b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge pull request #412 from tlverse/svm-predict

    Lrnr_svm predict for binary outcomes and Lrnr_cv_selector optimizer for maximizers
    rachaelvp authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a4d67a2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. fix quasi type

    rachaelvp committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8341276 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge pull request #413 from tlverse/quasibinomial-warning

    Quasibinomial outcome type warning
    rachaelvp authored May 3, 2023
    Configuration menu
    Copy the full SHA
    6e2bd6d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    319339c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004bb03 View commit details
    Browse the repository at this point in the history
  3. remove errant browser

    nhejazi committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d75d224 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    696bd02 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. reduce R version

    nhejazi committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4546e8c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Merge pull request #406 from tq21/learner-examples-unit-tests

    Learner examples and unit tests
    jeremyrcoyle authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    825019f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. disable kerasR

    nhejazi committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cf467cc View commit details
    Browse the repository at this point in the history
  2. modify actions

    nhejazi committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e435165 View commit details
    Browse the repository at this point in the history
  3. update docs

    nhejazi committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    72c640e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    927e578 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    fc5ef10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e623f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. add SIS to suggests

    nhejazi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    380e07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac06fc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    330c91e View commit details
    Browse the repository at this point in the history
  2. test cv_sl predictions

    rachaelvp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8b3d7e0 View commit details
    Browse the repository at this point in the history
  3. make pr changes

    rachaelvp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7549210 View commit details
    Browse the repository at this point in the history
  4. update news

    rachaelvp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    290e063 View commit details
    Browse the repository at this point in the history
  5. rm kerasR

    rachaelvp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    df74b5b View commit details
    Browse the repository at this point in the history
  6. make doc changes

    rachaelvp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    30f8254 View commit details
    Browse the repository at this point in the history
  7. rm SIS screener

    rachaelvp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    515dd5e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix bartmachine test

    rachaelvp committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0b473fa View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. rm warning test

    rachaelvp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6c822f7 View commit details
    Browse the repository at this point in the history
  2. bart test fix

    rachaelvp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    208ad45 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    18eab20 View commit details
    Browse the repository at this point in the history
  2. make pr changes

    rachaelvp committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2c24dc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. rm task from cv_sl

    rachaelvp committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1260063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from tlverse/cv_sl-preds

    Cross-validated SL predictions
    rachaelvp authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fa669c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. merge w devel

    rachaelvp committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f6146ea View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Merge pull request #420 from tlverse/disable-kerasR

    Disables use of `kerasR`
    rachaelvp authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    64806d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    a7cc54f View commit details
    Browse the repository at this point in the history
  2. make doc changes

    blind-contours committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a1eb91c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7433178 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    b75abeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #426 from tlverse/rm-imputeMissings

    Rm impute missings
    blind-contours authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    507e0a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix subset covariates to support out of order covariates. Covariates …

    …passed to learner should match the order of the covariate params, not the order of the covariates in the task
    jeremyrcoyle committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d0a4a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5462dd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #430 from tlverse/fix-subset-covariates

    fix subset covariates to support out of order covariates. Covariates …
    jeremyrcoyle authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fdfe83f View commit details
    Browse the repository at this point in the history