aerdem4 / lofo-importance

Leave One Feature Out Importance
MIT License
810 stars 83 forks source link

Returns NaNs all the time #44

Closed andreitsev closed 2 years ago

andreitsev commented 2 years ago

image

aerdem4 commented 2 years ago

Most of them are not fit params but your model parameters. fit_params is the one that is used during fit function, not model init . This might be the issue.

Alternatively, your target may have nulls.