sassoftware / sas-viya-dmml-pipelines

Code examples and supporting materials for data mining and machine learning techniques on the SAS Viya environment.
Apache License 2.0
30 stars 26 forks source link

Added ```extend_dataset``` example. #7

Open pkaczynski opened 2 years ago

pkaczynski commented 2 years ago

Adding an example how to extend input dataset in terms of rows rather then columns.

rmyneni commented 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