# 特徴量の選択のノートブック

> 特徴量の選択のノートブック - 特徴量の選択について概説したノートブックを確認します。

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-15T05:55:44.635632+00:00` (UTC).

## Primary page

- [特徴量の選択のノートブック](https://docs.datarobot.com/ja/docs/api/dev-learning/python/py-code-examples/modeling-code/feat-select/index.html.md): Full documentation for this topic (Markdown sidecar).

## Documentation content

DataRobotは、Jupyterノートブックを介してエンドツーエンドのコード例を提供し、一般的なデータサイエンスと機械学習ワークフローの完全な例を見つけるのに役立ちます。
以下の特徴量の選択の概要を説明するノートブックを確認してください。

| トピック | 内容... |
| --- | --- |
| Feature Importance Rank Ensembling | 特徴量有用性ランクアンサンブル（FIRE）の利点について学びます。これは、オートパイロットの実行中に作成された複数のモデルにおける特徴量のインパクトの中央値ランク集計を使用する高度な特徴量選択の方法です。 |
| Advanced feature selection with Python | Use Python to select features by creating aggregated Feature Impact. |
