File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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 ],
You can’t perform that action at this time.
0 commit comments