Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Day: October 23, 2024

02.exercise-permutation-importance【练习:排列重要性】

This notebook is an exercise in the Machine Learning Explainability course. You can reference the tutorial at this link. Intro 简介 You will think about and calculate permutation importance with a sample of data from the Taxi Fare Prediction competition. 您将使用来自 出租车费预测 竞赛的数据样本来思考和计算排列重要性。 We won’t focus on data exploration or model building for now. You […]

02.course-permutation-importance【排列重要性】

Introduction 简介 One of the most basic questions we might ask of a model is: What features have the biggest impact on predictions? 我们可能会问模型的一个最基本问题是:哪些特征对预测的影响最大? This concept is called feature importance. 这个概念称为特征重要性。 There are multiple ways to measure feature importance. Some approaches answer subtly different versions of the question above. Other approaches have documented shortcomings. 有多种方法来衡量特征重要性。一些方法回答了上述问题的微妙不同版本。其他方法有记录的缺点。 […]

01.course-use-cases-for-model-insights【模型洞察用例】

What Types of Insights Are Possible 可能获得哪些类型的洞察 Many people say machine learning models are "black boxes", in the sense that they can make good predictions but you can’t understand the logic behind those predictions. This statement is true in the sense that most data scientists don’t know how to extract insights from models yet. 许多人说机器学习模型是“黑匣子”,即它们可以做出正确的预测,但你无法理解这些预测背后的逻辑。这种说法是正确的,因为大多数数据科学家还不知道如何从模型中提取洞察。 […]

Scroll to top