manuel-calzolari / shapicant

Feature selection package based on SHAP and target permutation, for pandas and Spark
https://shapicant.readthedocs.io
MIT License
30 stars 4 forks source link

Nan values handling #1

Closed trover97 closed 2 years ago

trover97 commented 2 years ago

Hello I have a problem with your library, if data has Nan values Error: Caused by: org.apache.spark.SparkException: Encountered NaN while assembling a row with handleInvalid = "error". Consider removing NaNs from dataset or using handleInvalid = "keep" or "skip".

manuel-calzolari commented 2 years ago

Closed with c07baeb