Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Editing RNW
Browse files Browse the repository at this point in the history
  • Loading branch information
erichhuang committed Sep 25, 2012
1 parent b138197 commit 6139fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/metabricCompetitionDemo.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
\newcommand{\synapseClient}{\Rpackage{synapseClient}}

\title{Building and submitting predictive models for the breast cancer prognosis challenge}
\author{Erhan Bilal, Erich Huang, Adam Margolin}
\author{Erhan Bilal, Adam Margolin}
\date{\today}

\SweaveOpts{keep.source=TRUE}
Expand Down Expand Up @@ -86,7 +86,7 @@ print(trainPerformance$getExactConcordanceIndex())
@

\section{Test that the model runs successfully on the test dataset}
A valid model submission will return a vector of predicted hazard ratios in the validation dataset. We therefore provide users access to the validation data used as input to predictive models, including the expression data, copy number data, and clinical covariates. Our evaluation script will call customPredict() on the submitted model with these data as parameters, as shown below, and compare the prediction results to the known survival times from the validation set (which is hidden from users).
A valid model submission will return a vector of predicted hazard ratios in the validation dataset. We therefore provide users access to synthetic 'Unit Test' data used as input to predictive models, including synthetic expression data, synthetic copy number data, and synthetic clinical covariates. Our evaluation script will call customPredict() on the submitted model with these data as parameters, as shown below, and compare the prediction results to the synthetic survival times from the validation set (which is hidden from users). Obviously, with synthetic data, these predictions won't carry much meaning from a clinical standpoint, but this illustrates the functionalities of the packages.

Run the code below on your predictive model to ensure it returns a valid vector of predictions on the test data.

Expand Down

0 comments on commit 6139fdf

Please sign in to comment.