Compare commits

..
5 Commits
Author SHA1 Message Date
stud181545 4653818a92 задание выполнено 2025-05-17 13:45:23 +03:00
stud181545 4c681706ee задание выполнено 2025-05-17 13:39:56 +03:00
stud181545 9ebab96ff7 Задание завершено 2025-05-17 13:36:07 +03:00
stud181545 f15e5c8198 Обновить README.md 2025-05-16 19:26:37 +00:00
stud181545 e621965f41 file 2025-05-16 22:25:18 +03:00
7 changed files with 826 additions and 162 deletions
+1
View File
@@ -0,0 +1 @@
*.ipynb eol=lf
+1 -1
View File
@@ -16,4 +16,4 @@ __pycache__/
# IDE # IDE
.vscode/ .vscode/
.idea/ .idea/.ipynb_checkpoints/
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-149
View File
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
# Проект по машинному обучению
Анализ данных с использованием Scikit-learn
## Установка
1. `python -m venv myenv`
2. `.\myenv\Scripts\Activate.ps1`
3. `pip install -r requirements.txt`
4. `jupyter lab`
File diff suppressed because one or more lines are too long