Добавлен README для Учебной практике по scikit-learn

This commit is contained in:
2026-05-24 01:19:46 +03:00
commit f76fbb15e8
4 changed files with 418 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
venv/
__pycache__/
.ipynb_checkpoints/
.env
*.pyc
+11
View File
@@ -0,0 +1,11 @@
# Лабораторная 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
BIN
View File
Binary file not shown.
File diff suppressed because one or more lines are too long