Skip to content

Commit

Permalink
Documentation: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
rokgomiscek committed Jun 21, 2019
1 parent a95a5a2 commit b2c7da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Orange/widgets/evaluate/owtestlearners.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class State(enum.Enum):


class OWTestLearners(OWWidget):
name = "Test & Score"
name = "Test and Score"
description = "Cross-validation accuracy estimation."
icon = "icons/TestLearners1.svg"
priority = 100
Expand Down
2 changes: 1 addition & 1 deletion Orange/widgets/unsupervised/owkmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class NotEnoughData(ValueError):


class OWKMeans(widget.OWWidget):
name = "k-Means"
name = "k-Means clustering"
description = "k-Means clustering algorithm with silhouette-based " \
"quality estimation."
icon = "icons/KMeans.svg"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Transform
Apply Domain
=========

Given dataset and preprocessor transforms the dataset.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Predictions
Confusion Matrix
===========

Shows proportions between the predicted and actual class.
Expand Down

0 comments on commit b2c7da8

Please sign in to comment.