-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0630397
commit 7d66b14
Showing
1 changed file
with
1 addition
and
2 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 |
---|---|---|
|
@@ -78,7 +78,7 @@ devtools::install_github("zachmayer/[email protected]") | |
This is useful if the latest release breaks some aspect of your workflow. caretEnsemble is pure R with no compilation, so this command will work in a variety of environments. | ||
|
||
# Package development | ||
This packages uses a Makefile. Use `make help` to see the supported options. | ||
This package uses a Makefile. Use `make help` to see the supported options. | ||
|
||
Use `make fix-style` to fix simple linting errors. | ||
|
||
|
@@ -88,7 +88,6 @@ Use `make all` before making a pull request, which will also run R CMD CHECK and | |
|
||
## First time dev setup: | ||
run `make install` from the git repository to install the dev version of caretEnsemble, along with the necessary package dependencies. | ||
|
||
# Inspiration and similar packages: | ||
caretEnsemble was inspired by [medley](https://github.com/mewo2/medley), which in turn was inspired by Caruana et. al.'s (2004) paper [Ensemble Selection from Libraries of Models.](http://www.cs.cornell.edu/~caruana/ctp/ct.papers/caruana.icml04.icdm06long.pdf) | ||
|
||
|