MyPracticeSciKit/venv/README.md

18 lines
586 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.

# Самостоятельное задание: Model Selection - Multiclass ROC
## Информация
- **Раздел:** Model Selection
- **Пример:** Multiclass Receiver Operating Characteristic (ROC)
## Содержание
1. Часть 1: Работа с датасетом Iris (встроенный)
2. Часть 2: Работа с внешним датасетом (Breast Cancer Wisconsin)
## Результаты
- Iris: ROC AUC (macro) = 0.78
- Breast Cancer Wisconsin: ROC AUC (macro) = 0.99
## Запуск
```bash
pip install -r requirements.txt
jupyter lab