Skip to content

[FIX] ROC Analysis: color support for more than 9 evaluation learners#2394

Merged
janezd merged 2 commits into
biolab:masterfrom
jerneju:index-rocanalysis
Jun 23, 2017
Merged

[FIX] ROC Analysis: color support for more than 9 evaluation learners#2394
janezd merged 2 commits into
biolab:masterfrom
jerneju:index-rocanalysis

Conversation

@jerneju
Copy link
Copy Markdown
Contributor

@jerneju jerneju commented Jun 9, 2017

Issue

screenshot_20170609_123758

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@jerneju
Copy link
Copy Markdown
Contributor Author

jerneju commented Jun 9, 2017

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 12, 2017

Codecov Report

Merging #2394 into master will increase coverage by 0.27%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2394      +/-   ##
==========================================
+ Coverage   73.88%   74.16%   +0.27%     
==========================================
  Files         322      322              
  Lines       55832    55941     +109     
==========================================
+ Hits        41250    41486     +236     
+ Misses      14582    14455     -127


self.colors = colorpalette.ColorPaletteGenerator(
len(names), colorbrewer.colorSchemes["qualitative"]["Dark2"])
self.colors = colorpalette.ColorPaletteGenerator(len(names))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The palette that we had before could have been chosen for a reason. It should be used if possible; switch to a more generic palette only if needed.

@janezd janezd merged commit 6a5f2f6 into biolab:master Jun 23, 2017
@jerneju jerneju deleted the index-rocanalysis branch June 26, 2017 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants