-
Notifications
You must be signed in to change notification settings - Fork 89
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 quantile regression mode #1209
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7ce07b - Browse repository at this point
Copy the full SHA e7ce07bView commit details
Commits on Aug 29, 2024
-
‘topepo’ committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for cbf636f - Browse repository at this point
Copy the full SHA cbf636fView commit details -
avoid confusion with global all_models object
‘topepo’ committedAug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 6bec5cb - Browse repository at this point
Copy the full SHA 6bec5cbView commit details -
add quantile_level argument to set_mode()
‘topepo’ committedAug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f6db8c - Browse repository at this point
Copy the full SHA 5f6db8cView commit details -
‘topepo’ committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d753196 - Browse repository at this point
Copy the full SHA d753196View commit details -
‘topepo’ committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 5176e86 - Browse repository at this point
Copy the full SHA 5176e86View commit details -
‘topepo’ committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for abcd97d - Browse repository at this point
Copy the full SHA abcd97dView commit details -
‘topepo’ committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for a153df0 - Browse repository at this point
Copy the full SHA a153df0View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6168556 - Browse repository at this point
Copy the full SHA 6168556View commit details
Commits on Sep 13, 2024
-
Quantile predictions output constructor (#1191)
* small change to predict checks * add vctrs for quantiles and test, refactor *_rq_preds * revise tests * Apply some of the suggestions from code review Co-authored-by: Simon P. Couch <[email protected]> * rename tests on suggestion from code review * export missing funs from vctrs for formatting * convert errors to snapshot tests * pass call through input check * update snapshots for caller_env * rename to parsnip_quantiles, add format snapshot tests * Apply suggestions from @topepo Co-authored-by: Max Kuhn <[email protected]> * rename parsnip_quantiles to quantile_pred * rename parsnip_quantiles to quantile_pred and add vector probability check * fix: two bugs introduced earlier * add formatting tests for single quantile * replace walk with a loop to avoid "Error in map()" * remove row/col names * adjust quantile_pred format * as_tibble method * updated NEWS file * add PR number * small new update * helper methods * update docs * re-enable quantiles prediction for #1203 * update some tests * no longer needed * use tibble::new_tibble * braces * test as_tibble * remove print methods --------- Co-authored-by: Simon P. Couch <[email protected]> Co-authored-by: Max Kuhn <[email protected]> Co-authored-by: ‘topepo’ <‘[email protected]’>
Configuration menu - View commit details
-
Copy full SHA for 3bdb471 - Browse repository at this point
Copy the full SHA 3bdb471View commit details
Commits on Sep 25, 2024
-
quantile regression updates for new hardhat model (#1207)
* bump hardhat version * remove parts now in hardhat * update for new hardhat version * quantile_levels (plural now) * news update * typo * rename helper function * run CI on PRs from branches * forgotten remote * actions for edited PRs * plural * expand branch list * export function for censored to use * updated snapshot * remake snapshot * Revert "remake snapshot" This reverts commit 954e326. * updated snapshot * Update R/arguments.R Co-authored-by: Hannah Frick <[email protected]> * typo * changes from reviewer feedback --------- Co-authored-by: ‘topepo’ <‘[email protected]’> Co-authored-by: Hannah Frick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bef131b - Browse repository at this point
Copy the full SHA bef131bView commit details
Commits on Sep 26, 2024
-
Change to
quantile
argument toquantile levels
(#1208)* quantile -> quantile_levels for #1203 * defer test until censored updates in new PR * update docs for quantile_levels * update test * disable quantile predictions for surv_reg --------- Co-authored-by: ‘topepo’ <‘[email protected]’>
Configuration menu - View commit details
-
Copy full SHA for 861a64a - Browse repository at this point
Copy the full SHA 861a64aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db551ff - Browse repository at this point
Copy the full SHA db551ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ebdf7 - Browse repository at this point
Copy the full SHA 44ebdf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481dbc3 - Browse repository at this point
Copy the full SHA 481dbc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e754e - Browse repository at this point
Copy the full SHA 69e754eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebcae0 - Browse repository at this point
Copy the full SHA 9ebcae0View commit details
Commits on Sep 27, 2024
-
‘topepo’ committed
Sep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 2fcedb9 - Browse repository at this point
Copy the full SHA 2fcedb9View commit details
Commits on Oct 10, 2024
-
Apply suggestions from code review
Co-authored-by: Hannah Frick <[email protected]> Co-authored-by: Emil Hvitfeldt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58025ca - Browse repository at this point
Copy the full SHA 58025caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a870db4 - Browse repository at this point
Copy the full SHA a870db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5442a7 - Browse repository at this point
Copy the full SHA f5442a7View commit details -
Merge branch 'quantile-mode' of https://github.com/tidymodels/parsnip …
…into quantile-mode
Configuration menu - View commit details
-
Copy full SHA for 76d4ff6 - Browse repository at this point
Copy the full SHA 76d4ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db8ca6 - Browse repository at this point
Copy the full SHA 4db8ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603f47a - Browse repository at this point
Copy the full SHA 603f47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cae62 - Browse repository at this point
Copy the full SHA d8cae62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07513b6 - Browse repository at this point
Copy the full SHA 07513b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fe3a1 - Browse repository at this point
Copy the full SHA b8fe3a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88543c - Browse repository at this point
Copy the full SHA d88543cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46fa0db - Browse repository at this point
Copy the full SHA 46fa0dbView commit details