biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.7k stars 992 forks source link

PLS: PLSModel as LinearModel #6790

Closed VesnaT closed 1 month ago

VesnaT commented 2 months ago
Issue

PLSModel should extend LinearModel.

Includes
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.21%. Comparing base (5ada6c4) to head (707dca2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6790 +/- ## ======================================= Coverage 88.20% 88.21% ======================================= Files 327 327 Lines 71223 71221 -2 ======================================= + Hits 62825 62830 +5 + Misses 8398 8391 -7 ```