Hello everyone
I am using triplot library for feature selection but it give me error.. I simply train a model using mlr3 and create an explainer and then the following :
library(triplot)
model_triplot(explainer)
The error message is:
Error in hclust(as.dist(1 - abs(cor(data, method = cor_method))), method = clust_method) :
NA/NaN/Inf in foreign function call (arg 10)
In addition: Warning message:
In cor(data, method = cor_method) : the standard deviation is zero