создан каркас проекта для 4 заданияяяяя

This commit is contained in:
Никита Брилин 2026-04-20 23:14:45 +03:00
commit 8e12108e1f
4 changed files with 39 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.venv/
__pycache__/
.ipynb_checkpoints/

3
README.MD Normal file
View File

@ -0,0 +1,3 @@
# Week 4
Gaussian Mixture Models using scikit-learn

BIN
requirements.txt Normal file

Binary file not shown.

33
week4_scikit_learn.ipynb Normal file
View File

@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "e2f5a915-2115-48ab-84ae-052a73df6074",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.14.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}