取消
顯示的結果
而不是尋找
你的意思是:

磚筆記本的渲染問題:IPython.lib.display.IFrame

SR_71
新的貢獻者二世

類似的問題:https://stackoverflow.com/questions/71336374/randomforestclassifier-explainer-dashboard-output-in-da..。

實際產出——磚筆記本圖像

預期的輸出——Jupyter筆記本圖像

可複製的代碼示例

# pip安裝explainerdashboard

從sklearn。整體進口RandomForestClassifier

從進口ClassifierExplainer explainerdashboard explainerdashboard

從explainerdashboard。數據集進口titanic_survive feature_descriptions

X_train、y_train X_test y_test = titanic_survive ()

模型= RandomForestClassifier (n_estimators = 50, max_depth = 10)。fit (X_train y_train)

講解員= ClassifierExplainer(模型、X_test y_test,

貓=[“甲板”、“開始”),

= feature_descriptions描述,

標簽=(“沒有幸存下來”,“幸存”))

ExplainerDashboard(講解員,模式=“內聯”,

重要性= False,

model_summary = False,

= True的貢獻,

尼塔= False,

shap_dependence = False,

shap_interaction = False,

decision_trees = False) .run ()

5回複5

ChanduBhujang
新的貢獻者二世

嗨的阿布,

我跟著你的腳步,我在確定儀表板鏈接。我怎麼算出前兩個單詞dbc-dp -為我的集群?

歡迎來到磚社區:讓學習、網絡和一起慶祝

加入我們的快速增長的數據專業人員和專家的80 k +社區成員,準備發現,幫助和合作而做出有意義的聯係。

點擊在這裏注冊今天,加入!

參與令人興奮的技術討論,加入一個組與你的同事和滿足我們的成員。

Baidu
map