Skip to content

Commit b2c7da8

Browse files
committed
Documentation: fix broken links
1 parent a95a5a2 commit b2c7da8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Orange/widgets/evaluate/owtestlearners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class State(enum.Enum):
125125

126126

127127
class OWTestLearners(OWWidget):
128-
name = "Test & Score"
128+
name = "Test and Score"
129129
description = "Cross-validation accuracy estimation."
130130
icon = "icons/TestLearners1.svg"
131131
priority = 100

Orange/widgets/unsupervised/owkmeans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class NotEnoughData(ValueError):
9494

9595

9696
class OWKMeans(widget.OWWidget):
97-
name = "k-Means"
97+
name = "k-Means clustering"
9898
description = "k-Means clustering algorithm with silhouette-based " \
9999
"quality estimation."
100100
icon = "icons/KMeans.svg"

doc/visual-programming/source/widgets/data/transform.md renamed to doc/visual-programming/source/widgets/data/applydomain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Transform
1+
Apply Domain
22
=========
33

44
Given dataset and preprocessor transforms the dataset.

doc/visual-programming/source/widgets/evaluation/confusionmatrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Predictions
1+
Confusion Matrix
22
===========
33

44
Shows proportions between the predicted and actual class.

0 commit comments

Comments
 (0)