-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from mlr-org/mtry.ratio
Support mtry.ratio and sampsize.ratio
- Loading branch information
Showing
20 changed files
with
288 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
man/ | ||
attic/ | ||
pkgdown/ | ||
revdep/ | ||
docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
bibentries = c( # nolint start | ||
breiman_2001 = bibentry("article", | ||
title = "Random Forests", | ||
author = "Breiman, Leo", | ||
year = "2001", | ||
journal = "Machine Learning", | ||
volume = "45", | ||
number = "1", | ||
pages = "5--32", | ||
doi = "10.1023/A:1010933404324", | ||
issn = "1573-0565" | ||
), | ||
|
||
ishwaran_2008 = bibentry("article", | ||
doi = "10.1214/08-aoas169", | ||
url = "https://doi.org/10.1214/08-aoas169", | ||
year = "2008", | ||
month = "9", | ||
publisher = "Institute of Mathematical Statistics", | ||
volume = "2", | ||
number = "3", | ||
author = "Hemant Ishwaran and Udaya B. Kogalur and Eugene H. Blackstone and Michael S. Lauer", | ||
title = "Random survival forests", | ||
journal = "The Annals of Applied Statistics" | ||
), | ||
|
||
hothorn_2015 = bibentry("article", | ||
author = "Torsten Hothorn and Achim Zeileis", | ||
title = "partykit: A Modular Toolkit for Recursive Partytioning in R", | ||
journal = "Journal of Machine Learning Research", | ||
year = "2015", | ||
volume = "16", | ||
number = "118", | ||
pages = "3905-3909", | ||
url = "http://jmlr.org/papers/v16/hothorn15a.html" | ||
), | ||
|
||
hothorn_2006 = bibentry("article", | ||
doi = "10.1198/106186006x133933", | ||
url = "https://doi.org/10.1198/106186006x133933", | ||
year = "2006", | ||
month = "9", | ||
publisher = "Informa {UK} Limited", | ||
volume = "15", | ||
number = "3", | ||
pages = "651--674", | ||
author = "Torsten Hothorn and Kurt Hornik and Achim Zeileis", | ||
title = "Unbiased Recursive Partitioning: A Conditional Inference Framework", | ||
journal = "Journal of Computational and Graphical Statistics" | ||
), | ||
|
||
jaeger_2019 = bibentry("article", | ||
doi = "10.1214/19-aoas1261", | ||
year = "2019", | ||
month = "9", | ||
publisher = "Institute of Mathematical Statistics", | ||
volume = "13", | ||
number = "3", | ||
author = "Byron C. Jaeger and D. Leann Long and Dustin M. Long and Mario Sims and Jeff M. Szychowski and Yuan-I Min and Leslie A. Mcclure and George Howard and Noah Simon", | ||
title = "Oblique random survival forests", | ||
journal = "The Annals of Applied Statistics" | ||
) | ||
) # nolint end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.