"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "9f5fbb647920ed2f163fec68f3535ebbf7eaeea5"
Commit 28cdf612 authored by Darío Hereñú's avatar Darío Hereñú Committed by Nikita Titov
Browse files

[docs] Minor fix (#1164)

* Minor fix

* fixed table
parent 25a63982
...@@ -17,7 +17,7 @@ Important Classes ...@@ -17,7 +17,7 @@ Important Classes
+=========================+======================================================================================+ +=========================+======================================================================================+
| ``Application`` | The entrance of application, including training and prediction logic | | ``Application`` | The entrance of application, including training and prediction logic |
+-------------------------+--------------------------------------------------------------------------------------+ +-------------------------+--------------------------------------------------------------------------------------+
| ``Bin`` | Data structure used for store feature discrete values(converted from float values) | | ``Bin`` | Data structure used for store feature discrete values (converted from float values) |
+-------------------------+--------------------------------------------------------------------------------------+ +-------------------------+--------------------------------------------------------------------------------------+
| ``Boosting`` | Boosting interface, current implementation is GBDT and DART | | ``Boosting`` | Boosting interface, current implementation is GBDT and DART |
+-------------------------+--------------------------------------------------------------------------------------+ +-------------------------+--------------------------------------------------------------------------------------+
......
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