Commit 8061581e authored by Corey Levinson's avatar Corey Levinson Committed by Guolin Ke
Browse files

[docs] fixed typo in parameter list Parameters.rst (#1511)

* fixed typo in parameter list Parameters.rst

fixed typo from contributs to contributes

* Update config.h
parent e73a417d
...@@ -589,7 +589,7 @@ IO Parameters ...@@ -589,7 +589,7 @@ IO Parameters
- used only in ``prediction`` task - used only in ``prediction`` task
- set this to ``true`` to estimate `SHAP values <https://arxiv.org/abs/1706.06060>`__, which represent how each feature contributs to each prediction - set this to ``true`` to estimate `SHAP values <https://arxiv.org/abs/1706.06060>`__, which represent how each feature contributes to each prediction
- produces ``#features + 1`` values where the last value is the expected value of the model output over the training data - produces ``#features + 1`` values where the last value is the expected value of the model output over the training data
......
...@@ -546,7 +546,7 @@ public: ...@@ -546,7 +546,7 @@ public:
// alias = is_predict_contrib, contrib // alias = is_predict_contrib, contrib
// desc = used only in ``prediction`` task // desc = used only in ``prediction`` task
// desc = set this to ``true`` to estimate `SHAP values <https://arxiv.org/abs/1706.06060>`__, which represent how each feature contributs to each prediction // desc = set this to ``true`` to estimate `SHAP values <https://arxiv.org/abs/1706.06060>`__, which represent how each feature contributes to each prediction
// desc = produces ``#features + 1`` values where the last value is the expected value of the model output over the training data // desc = produces ``#features + 1`` values where the last value is the expected value of the model output over the training data
bool predict_contrib = false; bool predict_contrib = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment