Increased test ntree; making test more stable.
This commit is contained in:
parent
55eab76610
commit
6d65d48844
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ public class TestCompetingRisk {
|
|||
public void testLogRankSingleGroupDifferentiatorAllCovariates() throws IOException {
|
||||
|
||||
final Settings settings = getSettings();
|
||||
settings.setNtree(300); // results are too variable at 100
|
||||
|
||||
final List<Covariate> covariates = getCovariates(settings);
|
||||
final List<Row<CompetingRiskResponse>> dataset = DataLoader.loadData(covariates, settings.getResponseLoader(), settings.getDataFileLocation());
|
||||
|
|
Loading…
Reference in a new issue