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 c21b95a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 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
18 changes: 9 additions & 9 deletions doc/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,15 @@
"boost"
]
},
{
"text": "PLS",
"doc": null,
"icon": "../Orange/widgets/model/icons/PLS.svg",
"background": "#FAC1D9",
"keywords": [
"partial least squares"
]
},
{
"text": "Curve Fit",
"doc": "visual-programming/source/widgets/model/curvefit.md",
Expand Down Expand Up @@ -780,15 +789,6 @@
"open",
"model"
]
},
{
"text": "PLS",
"doc": null,
"icon": "../Orange/widgets/model/icons/PLS.svg",
"background": "#FAC1D9",
"keywords": [
"partial least squares"
]
}
]
],
Expand Down

0 comments on commit c21b95a

Please sign in to comment.