practice04/README.md

11 lines
375 B
Markdown
Raw 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.

# Лабораторная 4: scikit-learn
В рамках работы использованы:
- базовый пример MLPClassifier на датасете Iris;
- пример LOF (Local Outlier Factor) из раздела Nearest Neighbors.
## Как запустить
- python -m venv venv
- venv\Scripts\activate
- pip install -r requirements.txt
- jupyter lab