Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Day: November 11, 2024

03.exercise-partial-plots【练习:部分依赖图】

This notebook is an exercise in the Machine Learning Explainability course. You can reference the tutorial at this link. Set Up 设置 Today you will create partial dependence plots and practice building insights with data from the Taxi Fare Prediction competition. 今天,您将创建部分依赖关系图,并练习使用来自 出租车费预测 竞赛的数据来阐述问题。 We have again provided code to do the basic loading, review […]

03.course-partial-plots【部分依赖图】

Partial Dependence Plots 部分依赖图 While feature importance shows what variables most affect predictions, partial dependence plots show how a feature affects predictions. 虽然特征重要性显示了哪些变量对预测影响最大,但部分依赖图显示了特征如何影响预测。 This is useful to answer questions like: 这对于回答以下问题很有用: Controlling for all other house features, what impact do longitude and latitude have on home prices? To restate this, how would similarly sized houses […]

Scroll to top