Skip to content

Commit

Permalink
feat: add regression support for gradient boosting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jun 16, 2021
1 parent 4ef176f commit 71413a5
Show file tree
Hide file tree
Showing 6 changed files with 2,305 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ This library is in beta, and currently not all models are supported. The library
|--------------------------------------------------------|----------------|------------|----------------------|
| [Decision Trees](sklearn_pmml_model/tree) ||| ✅<sup>1</sup> |
| [Random Forests](sklearn_pmml_model/ensemble) ||| ✅<sup>1</sup> |
| [Gradient Boosting](sklearn_pmml_model/ensemble) || | ✅<sup>1</sup> |
| [Gradient Boosting](sklearn_pmml_model/ensemble) || | ✅<sup>1</sup> |
| [Linear Regression](sklearn_pmml_model/linear_model) ||| ✅<sup>3</sup> |
| [Ridge](sklearn_pmml_model/linear_model) | ✅<sup>2</sup> || ✅<sup>3</sup> |
| [Lasso](sklearn_pmml_model/linear_model) | ✅<sup>2</sup> || ✅<sup>3</sup> |
Expand Down

0 comments on commit 71413a5

Please sign in to comment.