Open pkaczynski opened 2 years ago
(1) This example will duplicate the "key" variable in input data. The "key" variable is supposed to be unique for every row so if multiple rows have same "key" it will cause problems down the line when doing model interpretability etc. Either try to generate a unique key or add a comment in the README.md noting this issue. (2) Typo of word "inut" to "input" in Line 1 of README.md
Adding an example how to extend input dataset in terms of rows rather then columns.