Scikit-learn/README.md
2026-05-03 16:44:41 +03:00

25 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Feature Selection Project
## Описание проекта
Практическая работа по отбору признаков (Feature Selection) с использованием Scikit-learn.
## Используемые методы
- SelectKBest с F-тестом
- SelectFromModel с Lasso
- Рекурсивное исключение признаков (RFE)
## Датасеты
- Diabetes Dataset (встроенный)
- California Housing Dataset (fetch_california_housing)
## Структура
- week4_feature_selection.ipynb - основной ноутбук с реализацией
- requirements.txt - зависимости проекта
## Запуск
\\\ash
pip install -r requirements.txt
jupyter lab
\\\