Page MenuHomePhabricator
Feed Advanced Search

Nov 10 2020

eisenman triaged T27943: Plot function stability() raises error when used with default values as High priority.
Nov 10 2020, 6:24 PM · challengeR (v1.0)

Nov 9 2020

wiesenfa claimed T27925: Use cases of annotator option.
Nov 9 2020, 9:48 AM · challengeR
wiesenfa added a comment to T27925: Use cases of annotator option.

will check old documentation/nature communications example

Nov 9 2020, 9:48 AM · challengeR
wiesenfa claimed T27707: na.treat obligatory for report .
Nov 9 2020, 9:46 AM · challengeR (v1.0)
wiesenfa added a comment to T27707: na.treat obligatory for report .

will set a message in as.challenge() that na.treat needed for report and sanity check in report()

Nov 9 2020, 9:46 AM · challengeR (v1.0)

Nov 6 2020

wiesenfa claimed T27915: Podium plot shrinks for long algorithm names.
Nov 6 2020, 11:26 AM · challengeR (v1.0)
wiesenfa added a comment to T27925: Use cases of annotator option.

should be working but hasn't been really tested lately. only applies to rank then aggregate. originates from nature communications paper and should be explained there.
For testing I could again compare to Annette's code used at that time.
Wouldn't drop it but you are right that documentation is missing

Nov 6 2020, 11:25 AM · challengeR

Nov 4 2020

wiesenfa moved T27360: compatibility with R4.0.0 from Backlog to Done on the challengeR (v1.0) board.
Nov 4 2020, 8:07 PM · challengeR (v1.0)
wiesenfa claimed T27360: compatibility with R4.0.0.
Nov 4 2020, 8:07 PM · challengeR (v1.0)
wiesenfa added a comment to T27360: compatibility with R4.0.0.

I'm using R 4.0.2 since summer without issues

Nov 4 2020, 8:06 PM · challengeR (v1.0)
wiesenfa added a comment to T27775: only export functions to be used by user.

also roxygen import and also intitialization of S3 methods have to be written in roxygen then and the namespace file is then entirely written by roxygenization (ideally indcluding help)

Nov 4 2020, 8:05 PM · challengeR
eisenman added a comment to T27775: only export functions to be used by user.

I started with the roxygen documentation and found that the NAMESPACE file can be generated automatically by using the "export" tag.

Nov 4 2020, 7:39 PM · challengeR
eisenman added a comment to T27360: compatibility with R4.0.0.

I did not try it yet. Did you? Currently, I don't want to take the risk of breaking my running development environment.

Nov 4 2020, 7:28 PM · challengeR (v1.0)
eisenman added a comment to T27915: Podium plot shrinks for long algorithm names.

The legend could be moved to the bottom.

Nov 4 2020, 7:25 PM · challengeR (v1.0)
eisenman created T27930: Revise examples given in the vignettes.
Nov 4 2020, 7:24 PM · challengeR (v1.0)
eisenman moved T27278: Writing documentation for main functions from In Progress to Done on the challengeR (v1.0) board.
Nov 4 2020, 7:22 PM · challengeR (v1.0)
eisenman triaged T27929: Provide documentation for plot functions as High priority.
Nov 4 2020, 7:20 PM · challengeR (v1.0)
eisenman renamed T27278: Writing documentation for main functions from Writing documentation to Writing documentation for main functions.
Nov 4 2020, 7:14 PM · challengeR (v1.0)

Nov 3 2020

wiesenfa added a comment to T27360: compatibility with R4.0.0.

I think this may be closed. There have not been any problems with R 4 and R 4 is generally unproblematic.
Agreed?

Nov 3 2020, 8:41 PM · challengeR (v1.0)
wiesenfa added a comment to T27915: Podium plot shrinks for long algorithm names.

hm, how do you propose to deal with that? Adapt font size of algorithm names? These might get tiny then....

Nov 3 2020, 8:39 PM · challengeR (v1.0)
eisenman created T27925: Use cases of annotator option.
Nov 3 2020, 4:33 PM · challengeR

Nov 2 2020

eisenman moved T27922: Remove network plot from report overview from In Progress to Done on the challengeR (v1.0) board.
Nov 2 2020, 4:52 PM · challengeR (v1.0)
eisenman moved T27922: Remove network plot from report overview from Backlog to In Progress on the challengeR (v1.0) board.
Nov 2 2020, 4:47 PM · challengeR (v1.0)
eisenman created T27922: Remove network plot from report overview.
Nov 2 2020, 4:46 PM · challengeR (v1.0)

Oct 26 2020

reinkea renamed T27915: Podium plot shrinks for long algorithm names from Podium plot is shrinked for long algorithm names to Podium plot shrinks for long algorithm names.
Oct 26 2020, 2:11 PM · challengeR (v1.0)
reinkea created T27915: Podium plot shrinks for long algorithm names.
Oct 26 2020, 2:11 PM · challengeR (v1.0)

Oct 15 2020

wiesenfa added a comment to T27794: Stacked frequency plots should switch to single page layout.

stabilityByAlgorithmStacked is now replaced by stabilityByAlgorithm(....., stacked=TRUE)

Oct 15 2020, 2:43 PM · challengeR (v1.0)
wiesenfa moved T27794: Stacked frequency plots should switch to single page layout from In Progress to Done on the challengeR (v1.0) board.
Oct 15 2020, 2:40 PM · challengeR (v1.0)
wiesenfa moved T27794: Stacked frequency plots should switch to single page layout from Backlog to In Progress on the challengeR (v1.0) board.
Oct 15 2020, 11:27 AM · challengeR (v1.0)
wiesenfa claimed T27794: Stacked frequency plots should switch to single page layout.
Oct 15 2020, 11:27 AM · challengeR (v1.0)

Oct 12 2020

wiesenfa added a comment to T27708: ggplot2 dendrogram .

disadvantage would be dependency on another package facilitating ggplot2 dendrograms

Oct 12 2020, 2:30 PM · challengeR
wiesenfa added a comment to T27708: ggplot2 dendrogram .

current implementation is fine. However, we said it would be nice if all plots (if directly called by users and not within the report) would have the same syntax and could be layouted with ggplot2 syntax. current implementation is using basic R graphics.

Oct 12 2020, 2:30 PM · challengeR
reinkea added a comment to T27794: Stacked frequency plots should switch to single page layout.

People that are not from the statistics community might find them easier to read and interpret. I would be in favour of keeping them in the reports. We used the plots in one of our papers.

Oct 12 2020, 1:44 PM · challengeR (v1.0)
eisenman added a comment to T27708: ggplot2 dendrogram .

What is the issue with the current implementation?

Oct 12 2020, 1:28 PM · challengeR
eisenman moved T27278: Writing documentation for main functions from Backlog to In Progress on the challengeR (v1.0) board.
Oct 12 2020, 9:47 AM · challengeR (v1.0)

Oct 8 2020

wiesenfa moved T27802: Revise signature of function testThenRank from In Progress to Done on the challengeR (v1.0) board.
Oct 8 2020, 1:20 PM · challengeR (v1.0)
wiesenfa added a comment to T27802: Revise signature of function testThenRank.

This was a tricky bug, thanks!
alpha is now respected, argument FUN is removed. significance ranking is considered an aggregation step, so testThenRank() is nothing else than aggregateThenRank(FUN="significance").
Note that testThenRank will pass all arguments to decision.challenge(), i.e. it will respect arguments:

Oct 8 2020, 1:15 PM · challengeR (v1.0)
wiesenfa moved T27494: Check which files are still relevant from In Progress to Backlog on the challengeR (v1.0) board.
Oct 8 2020, 12:36 PM · challengeR
wiesenfa moved T27802: Revise signature of function testThenRank from Backlog to In Progress on the challengeR (v1.0) board.
Oct 8 2020, 12:34 PM · challengeR (v1.0)
wiesenfa moved T27456: Extraction of task subset from (bootstrap) ranking does not raise an error for invalid task name from In Progress to Done on the challengeR (v1.0) board.
Oct 8 2020, 12:33 PM · challengeR (v1.0)
wiesenfa moved T27456: Extraction of task subset from (bootstrap) ranking does not raise an error for invalid task name from Backlog to In Progress on the challengeR (v1.0) board.
Oct 8 2020, 12:16 PM · challengeR (v1.0)
wiesenfa moved T27793: Plot titles are missing in some line plots from In Progress to Done on the challengeR (v1.0) board.
Oct 8 2020, 11:55 AM · challengeR (v1.0)
wiesenfa moved T27793: Plot titles are missing in some line plots from Backlog to In Progress on the challengeR (v1.0) board.
Oct 8 2020, 11:30 AM · challengeR (v1.0)
wiesenfa moved T27778: turn off networks from In Progress to Done on the challengeR (v1.0) board.
Oct 8 2020, 11:29 AM · challengeR (v1.0)
wiesenfa moved T27778: turn off networks from Backlog to In Progress on the challengeR (v1.0) board.
Oct 8 2020, 11:25 AM · challengeR (v1.0)
wiesenfa moved T27804: Message text from violin plot is cut off in the PDF report from In Progress to Done on the challengeR (v1.0) board.
Oct 8 2020, 10:58 AM · challengeR (v1.0)
wiesenfa moved T27804: Message text from violin plot is cut off in the PDF report from Backlog to In Progress on the challengeR (v1.0) board.
Oct 8 2020, 7:47 AM · challengeR (v1.0)

Oct 5 2020

wiesenfa claimed T27778: turn off networks.
Oct 5 2020, 10:16 AM · challengeR (v1.0)

Oct 2 2020

wiesenfa closed T27811: turn off networks in report as Invalid.

redundant

Oct 2 2020, 9:45 PM · challengeR (v1.0)
wiesenfa created T27811: turn off networks in report.
Oct 2 2020, 1:05 PM · challengeR (v1.0)
wiesenfa claimed T27456: Extraction of task subset from (bootstrap) ranking does not raise an error for invalid task name.
Oct 2 2020, 12:57 PM · challengeR (v1.0)
wiesenfa claimed T27793: Plot titles are missing in some line plots.
Oct 2 2020, 11:19 AM · challengeR (v1.0)
wiesenfa claimed T27802: Revise signature of function testThenRank.
Oct 2 2020, 11:18 AM · challengeR (v1.0)
wiesenfa claimed T27804: Message text from violin plot is cut off in the PDF report.
Oct 2 2020, 11:18 AM · challengeR (v1.0)

Oct 1 2020

wiesenfa added a comment to T27794: Stacked frequency plots should switch to single page layout.

stacked frequency plots are quite neglected. They are not mentioned in the paper. Are they interesting or should they be removed entirely?

Oct 1 2020, 12:05 PM · challengeR (v1.0)
wiesenfa added a comment to T27494: Check which files are still relevant.

what about
keep S3, compareRanks and extract.workflow
but do not export (i.e. remove from namespace) compareRanks and extract.workflow. they can then only be accessed e.g. by challengeR:::compareRanks(). These might be of practical use.
?

Oct 1 2020, 12:03 PM · challengeR

Sep 30 2020

eisenman moved T27450: Consistent use of attribute indicating whether small metric values lead to a better rank from In Progress to Done on the challengeR (v1.0) board.
Sep 30 2020, 8:43 PM · challengeR (v1.0)
eisenman created T27804: Message text from violin plot is cut off in the PDF report.
Sep 30 2020, 8:31 PM · challengeR (v1.0)
eisenman added a comment to T27494: Check which files are still relevant.

In my opinion, the functionality that we want to keep should also have unit tests to (1) indicate that it is maintained and (2) to demonstrate how to use it.

Sep 30 2020, 4:49 PM · challengeR
eisenman claimed T27450: Consistent use of attribute indicating whether small metric values lead to a better rank.
Sep 30 2020, 4:39 PM · challengeR (v1.0)
eisenman moved T27686: tutorial can be added as vignette to embed it in the package from In Progress to Done on the challengeR (v1.0) board.
Sep 30 2020, 3:20 PM · challengeR (v1.0)
eisenman claimed T27686: tutorial can be added as vignette to embed it in the package .
Sep 30 2020, 1:36 PM · challengeR (v1.0)
eisenman merged task T27288: separate readme.md and readme.Rmd into T27241: Readme improvements.
Sep 30 2020, 1:23 PM · challengeR (v1.0)
eisenman merged T27288: separate readme.md and readme.Rmd into T27241: Readme improvements.
Sep 30 2020, 1:23 PM · challengeR (v1.0)
eisenman moved T27282: Implement tests for ranking method "test-then-rank" based on Wilcoxon signed rank test from In Progress to Done on the challengeR (v1.0) board.
Sep 30 2020, 1:21 PM · challengeR (v1.0)
eisenman added a comment to T27456: Extraction of task subset from (bootstrap) ranking does not raise an error for invalid task name.

The idea is to raise an error if the user tries to extract a task that is not contained in the set of tasks.

Sep 30 2020, 1:19 PM · challengeR (v1.0)
eisenman added a comment to T27282: Implement tests for ranking method "test-then-rank" based on Wilcoxon signed rank test.

The function testThenRank has an argument FUN that is set to "significance" internally. The value that is actually passed is not used.
@wiesenfa Should "significance" be the default value in the signature already or should the argument be removed?

Sep 30 2020, 12:51 PM · challengeR (v1.0)
eisenman triaged T27802: Revise signature of function testThenRank as High priority.
Sep 30 2020, 12:50 PM · challengeR (v1.0)

Sep 29 2020

eisenman added a comment to T27282: Implement tests for ranking method "test-then-rank" based on Wilcoxon signed rank test.

The function testThenRank has an argument FUN that is set to "significance" internally. The value that is actually passed is not used.
@wiesenfa Should "significance" be the default value in the signature already or should the argument be removed?

Sep 29 2020, 1:00 PM · challengeR (v1.0)

Sep 28 2020

eisenman updated the task description for T27794: Stacked frequency plots should switch to single page layout.
Sep 28 2020, 6:27 PM · challengeR (v1.0)
eisenman created T27794: Stacked frequency plots should switch to single page layout.
Sep 28 2020, 4:44 PM · challengeR (v1.0)
eisenman triaged T27793: Plot titles are missing in some line plots as High priority.
Sep 28 2020, 4:32 PM · challengeR (v1.0)
eisenman claimed T27282: Implement tests for ranking method "test-then-rank" based on Wilcoxon signed rank test.
Sep 28 2020, 3:48 PM · challengeR (v1.0)
eisenman moved T27770: Inconsistency in report description from In Progress to Done on the challengeR (v1.0) board.

We talked about this in the meeting this morning. It makes sense to proceed stepwise: First, having consistent descriptions and Lena's feedback (T27677) integrated for release v1.0. We should not reuse text from the paper until it is accepted. Once it is accepted, we can still decide on the revision of the report text (T27420).

Sep 28 2020, 12:45 PM · challengeR (v1.0)
eisenman claimed T27770: Inconsistency in report description.
Sep 28 2020, 10:36 AM · challengeR (v1.0)

Sep 25 2020

wiesenfa moved T27447: significanceMap function raises warning about deprecated function call from In Progress to Done on the challengeR (v1.0) board.
Sep 25 2020, 12:08 PM · challengeR (v1.0)
wiesenfa moved T27447: significanceMap function raises warning about deprecated function call from Backlog to In Progress on the challengeR (v1.0) board.
Sep 25 2020, 10:17 AM · challengeR (v1.0)
wiesenfa claimed T27447: significanceMap function raises warning about deprecated function call.
Sep 25 2020, 9:47 AM · challengeR (v1.0)
wiesenfa created T27778: turn off networks.
Sep 25 2020, 9:45 AM · challengeR (v1.0)

Sep 24 2020

wiesenfa added a comment to T27326: autolayout networks in multi task report ugly.

I propose to turn off networks and exclude them from the report for now.
if this is solved, we can reintroduce them.
they are not essential I think. what do you think?

Sep 24 2020, 5:24 PM · challengeR
eisenman moved T27774: wrong text in report on algorithm subsets from In Progress to Done on the challengeR (v1.0) board.

It's important to mention that the subset of algorithms should be drawn from the final ranking to avoid wrong results. So if bootstrapping should be performed, create the subset from the bootstrapped ranking, not from the initial ranking that is passed to perform bootstrapping.

Sep 24 2020, 5:15 PM · challengeR (v1.0)
wiesenfa placed T27326: autolayout networks in multi task report ugly up for grabs.
Sep 24 2020, 4:26 PM · challengeR
wiesenfa moved T27777: Failing unit tests for challenge from Backlog to Done on the challengeR (v1.0) board.
Sep 24 2020, 4:24 PM · challengeR (v1.0)
wiesenfa claimed T27777: Failing unit tests for challenge.
Sep 24 2020, 4:24 PM · challengeR (v1.0)
wiesenfa moved T27776: Failing unit tests for subset of tasks from Backlog to Done on the challengeR (v1.0) board.
Sep 24 2020, 4:18 PM · challengeR (v1.0)
wiesenfa claimed T27776: Failing unit tests for subset of tasks.
Sep 24 2020, 4:18 PM · challengeR (v1.0)
eisenman triaged T27777: Failing unit tests for challenge as High priority.
Sep 24 2020, 3:39 PM · challengeR (v1.0)
eisenman triaged T27776: Failing unit tests for subset of tasks as High priority.
Sep 24 2020, 3:38 PM · challengeR (v1.0)
wiesenfa moved T27708: ggplot2 dendrogram from In Progress to Backlog on the challengeR (v1.0) board.
Sep 24 2020, 3:28 PM · challengeR
wiesenfa added a comment to T27708: ggplot2 dendrogram .

this will require a further package, put on hold for the moment

Sep 24 2020, 3:28 PM · challengeR
wiesenfa moved T27685: changes in subset() from In Progress to Done on the challengeR (v1.0) board.
Sep 24 2020, 3:23 PM · challengeR (v1.0)
wiesenfa added a comment to T27685: changes in subset().

taskSubset is deprecated
there is now
subset(x, top, tasks)

  • if top is specified subset to top algorithms (only applicable to single task challenges)
  • if tasks is specified subset of tasks (only applicable to multi task challenges)
Sep 24 2020, 3:22 PM · challengeR (v1.0)
wiesenfa updated subscribers of T27775: only export functions to be used by user.
Sep 24 2020, 3:17 PM · challengeR
wiesenfa triaged T27775: only export functions to be used by user as Low priority.
Sep 24 2020, 3:17 PM · challengeR
wiesenfa claimed T27326: autolayout networks in multi task report ugly.
Sep 24 2020, 2:43 PM · challengeR
wiesenfa moved T27708: ggplot2 dendrogram from Backlog to In Progress on the challengeR (v1.0) board.
Sep 24 2020, 2:42 PM · challengeR
wiesenfa added a comment to T27748: Decide on limit for algorithms in plot legends.

20 might be a sensible number

Sep 24 2020, 2:42 PM · challengeR (v1.0)
wiesenfa moved T27714: Report contains weird R output from In Progress to Done on the challengeR (v1.0) board.
Sep 24 2020, 2:40 PM · challengeR (v1.0)
wiesenfa placed T27288: separate readme.md and readme.Rmd up for grabs.
Sep 24 2020, 2:27 PM · challengeR (v1.0)
wiesenfa claimed T27708: ggplot2 dendrogram .
Sep 24 2020, 2:26 PM · challengeR