Skip to content

Commit

Permalink
Merge pull request #429 from EducationalTestingService/update-dense-l…
Browse files Browse the repository at this point in the history
…earners

Allow gradient boosting models to take sparse matrices.
  • Loading branch information
desilinguist committed Nov 29, 2018
2 parents abf00f1 + 166d8a8 commit 9f7e962
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skll/learner.py
Expand Up @@ -196,8 +196,6 @@
'neg_log_loss'])

_REQUIRES_DENSE = (BayesianRidge,
GradientBoostingClassifier,
GradientBoostingRegressor,
Lars,
TheilSenRegressor)

Expand Down

0 comments on commit 9f7e962

Please sign in to comment.