EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

adding OrdinalRidge and LAD regressors #687

Open ghost opened 3 years ago

ghost commented 3 years ago

This PR adds two new learners OrdinalRidge and LAD from mord library .

There are two things I would like to mention here:

I would like to get feedback on these and will work on making this better.

codecov[bot] commented 3 years ago

Codecov Report

Merging #687 (54def9d) into main (391cf34) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #687   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files          63       63           
  Lines        9098     9102    +4     
=======================================
+ Hits         8812     8816    +4     
  Misses        286      286           
Impacted Files Coverage Δ
skll/learner/__init__.py 97.09% <100.00%> (+<0.01%) :arrow_up:
tests/test_regression.py 99.64% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 391cf34...54def9d. Read the comment docs.