ml-lab4/README.md

20 lines
823 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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.

# Ensemble Methods - Random Forest для обнаружения мошенничества
## Описание проекта
Реализация Random Forest из раздела Ensemble Methods scikit-learn для бинарной классификации на синтетических и реальных данных.
## Структура
- `ensemble_methods_random_forest.ipynb` - основной ноутбук с анализом
- `requirements.txt` - зависимости
- `data/` - папка с данными (если используются локальные файлы)
## Используемые технологии
- Python 3.8+
- scikit-learn
- pandas, numpy
- matplotlib, seaborn
## Запуск
```bash
pip install -r requirements.txt
jupyter lab ensemble_methods_random_forest.ipynb