forestry-labs / Rforestry

https://forestry-labs.github.io/Rforestry/
34 stars 11 forks source link

Add error message for training data column with all NAs #110

Closed edwardwliu closed 1 year ago

edwardwliu commented 1 year ago

Throws explicit error message in R package if data is passed with all NA values.

petrovicboban commented 1 year ago

@edwardwliu Shouldn't we replicate this behavior in python package? Or it's already like that?