How can I interprete the SHAP values for an Isolation Forest?

前端 未结 0 704
北恋
北恋 2020-12-05 16:14

In order to find anomalies I\'m applying an Isolation Forest.

This is my code:

#Creating random data
np.random.seed(3)
df=pd.DataFrame(np.random.rand(1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题