Skip to content

Commit

Permalink
docs: add missing footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jun 1, 2021
1 parent b0e5e55 commit afb42d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This library is in beta, and currently not all models are supported. The library
| [Random Forests](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>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> |
| [ElasticNet](sklearn_pmml_model/linear_model) | ✅<sup>2</sup> |||
| [Gaussian Naive Bayes](sklearn_pmml_model/naive_bayes) || | |
Expand Down

0 comments on commit afb42d0

Please sign in to comment.