Добавлен README для Учебной практике по scikit-learn
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
venv/
|
||||
__pycache__/
|
||||
.ipynb_checkpoints/
|
||||
.env
|
||||
*.pyc
|
||||
@@ -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
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user