Commit 00e03ced authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

fixed ignore_column description (#1068)

parent 9ba0cc78
...@@ -420,7 +420,7 @@ IO Parameters ...@@ -420,7 +420,7 @@ IO Parameters
- add a prefix ``name:`` for column name, e.g. ``ignore_column=name:c1,c2,c3`` means c1, c2 and c3 will be ignored - add a prefix ``name:`` for column name, e.g. ``ignore_column=name:c1,c2,c3`` means c1, c2 and c3 will be ignored
- **Note**: works only in CLI-version - **Note**: works only in case of loading data directly from file
- **Note**: index starts from ``0``. And it doesn't count the label column - **Note**: index starts from ``0``. And it doesn't count the label column
......
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