Skip to content

Commit

Permalink
PLS: Set widget priority
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Feb 22, 2024
1 parent ed261eb commit 4302a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/model/owpls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class OWPLS(OWBaseLearner):
name = 'PLS'
description = "Partial Least Squares Regression widget for multivariate data analysis"
icon = "icons/PLS.svg"
priority = 85
keywords = ["partial least squares"]

LEARNER = PLSRegressionLearner
Expand Down

0 comments on commit 4302a47

Please sign in to comment.