Azure / Azure-TDSP-Utilities

Utilities and scripts developed as part of Microsoft's Team Data Science Process for productive data science
Creative Commons Attribution 4.0 International
373 stars 275 forks source link

Data Exploration without Target key in YAML file #24

Closed mustafakasap closed 7 years ago

mustafakasap commented 7 years ago

If you don't have Target field in your YAML file,

following line 1392 in IDEAR.rmd file fails as there is neither FALSE no TRUE in the if clause:

if(((config$Target %in% config$CategoricalColumns) & length(config$CategoricalColumns) > 1) | (!(config$Target %in% config$CategoricalColumns) & length(config$CategoricalColumns)>=1))

hangzh-msft commented 7 years ago

Thanks for reporting this. This bug has been fixed. Please git pull and retry it.

Close now.