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