# 特征工程

## 特征工程

* [返回顶层目录](https://luweikxy.gitbook.io/machine-learning-notes/pages/-LpO5vE88qYwjk5WM_Qf#目录)

## 归一化

[特征工程中的「归一化」有什么作用？](https://www.zhihu.com/question/20455227/answer/197897298)

\==

[特征工程的宝典-《Feature Engineering for Machine Learning》翻译及代码实现](https://mp.weixin.qq.com/s/TEBcnUTNTtSsLie-xR8LbA)

我将apachecn翻译的《Feature Engineering for Machine Learning》修改成jupyter notebook格式，测试全部通过，并在我的数据科学的github提供下载，这个资料可以说是特征工程的宝典，非常值得推荐。

下载地址：<https://github.com/fengdu78/Data-Science-Notes/tree/master/9.feature-engineering>

\===

[2.2w字长文详解推荐系统之数据与特征工程](https://zhuanlan.zhihu.com/p/100864696)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://luweikxy.gitbook.io/machine-learning-notes/feature-engineering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
