Skip to content

Commit 4302a47

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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

0 commit comments

Comments
 (0)