Skip to content

Commit c21b95a

Browse files
committed
PLS: Set widget priority
1 parent ed261eb commit c21b95a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Orange/widgets/model/owpls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class OWPLS(OWBaseLearner):
1515
name = 'PLS'
1616
description = "Partial Least Squares Regression widget for multivariate data analysis"
1717
icon = "icons/PLS.svg"
18+
priority = 85
1819
keywords = ["partial least squares"]
1920

2021
LEARNER = PLSRegressionLearner

doc/widgets.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,15 @@
722722
"boost"
723723
]
724724
},
725+
{
726+
"text": "PLS",
727+
"doc": null,
728+
"icon": "../Orange/widgets/model/icons/PLS.svg",
729+
"background": "#FAC1D9",
730+
"keywords": [
731+
"partial least squares"
732+
]
733+
},
725734
{
726735
"text": "Curve Fit",
727736
"doc": "visual-programming/source/widgets/model/curvefit.md",
@@ -780,15 +789,6 @@
780789
"open",
781790
"model"
782791
]
783-
},
784-
{
785-
"text": "PLS",
786-
"doc": null,
787-
"icon": "../Orange/widgets/model/icons/PLS.svg",
788-
"background": "#FAC1D9",
789-
"keywords": [
790-
"partial least squares"
791-
]
792792
}
793793
]
794794
],

0 commit comments

Comments
 (0)