Compare commits

..

No commits in common. "main" and "lab_2" have entirely different histories.
main ... lab_2

13 changed files with 224779 additions and 6253 deletions

View File

@ -12,4 +12,20 @@
### **Датасет** ### **Датасет**
Товары Jio Mart Товары Jio Mart
Ссылка на датасет: [Jio Mart Product Items](https://www.kaggle.com/datasets/mohit2512/jio-mart-product-items). Ссылка на датасет: [Jio Mart Product Items](https://www.kaggle.com/datasets/mohit2512/jio-mart-product-items).
## Лабораторная работа №2
### **Датасеты**
1. Зарплаты сотрудникам DataScientist
Ссылка на датасет: [Data Scientists Salary](https://www.kaggle.com/datasets/henryshan/2023-data-scientists-salary?resource=download).
2. Цены на бриллианты
Ссылка на датасет: [Diamonds Prices](https://www.kaggle.com/datasets/nancyalaswad90/diamonds-prices).
3. Цены на ноутбуки
Ссылка на датасет: [Laptop Price](https://www.kaggle.com/datasets/muhammetvarl/laptop-price).

BIN
lab_1/flask-service.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 KiB

282
lab_1/lab1.ipynb Normal file

File diff suppressed because one or more lines are too long

40
lab_1/requirements.txt Normal file
View File

@ -0,0 +1,40 @@
asttokens==2.4.1
comm==0.2.2
contourpy==1.3.0
cycler==0.12.1
debugpy==1.8.5
decorator==5.1.1
executing==2.1.0
fonttools==4.53.1
ipykernel==6.29.5
ipython==8.27.0
jedi==0.19.1
jupyter_client==8.6.3
jupyter_core==5.7.2
kiwisolver==1.4.7
matplotlib==3.9.2
matplotlib-inline==0.1.7
nest-asyncio==1.6.0
numpy==2.1.1
packaging==24.1
pandas==2.2.3
parso==0.8.4
pexpect==4.9.0
pillow==10.4.0
platformdirs==4.3.6
prompt_toolkit==3.0.47
psutil==6.0.0
ptyprocess==0.7.0
pure_eval==0.2.3
Pygments==2.18.0
pyparsing==3.1.4
python-dateutil==2.9.0.post0
pytz==2024.2
pyzmq==26.2.0
six==1.16.0
stack-data==0.6.3
tornado==6.4.1
traitlets==5.14.3
tzdata==2024.1
wcwidth==0.2.13
zipp==3.20.2

3066
lab_2/lab2.ipynb Normal file

File diff suppressed because one or more lines are too long

84
lab_2/requirements.txt Normal file
View File

@ -0,0 +1,84 @@
appnope==0.1.4
asttokens==2.4.1
build==1.2.2.post1
CacheControl==0.14.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
cleo==2.1.0
comm==0.2.2
contourpy==1.3.0
crashtest==0.4.1
cycler==0.12.1
debugpy==1.8.7
decorator==5.1.1
distlib==0.3.9
dulwich==0.21.7
exceptiongroup==1.2.2
executing==2.1.0
fastjsonschema==2.20.0
filelock==3.16.1
fonttools==4.54.1
idna==3.10
imbalanced-learn==0.12.4
importlib_metadata==8.5.0
importlib_resources==6.4.5
installer==0.7.0
ipykernel==6.29.5
ipython==8.18.1
jaraco.classes==3.4.0
jedi==0.19.1
joblib==1.4.2
jupyter_client==8.6.3
jupyter_core==5.7.2
keyring==24.3.1
kiwisolver==1.4.7
matplotlib==3.9.2
matplotlib-inline==0.1.7
more-itertools==10.5.0
msgpack==1.1.0
nest-asyncio==1.6.0
numpy==2.0.2
packaging==24.1
pandas==2.2.3
parso==0.8.4
pexpect==4.9.0
pillow==11.0.0
pkginfo==1.11.2
platformdirs==4.3.6
poetry==1.8.4
poetry-core==1.9.1
poetry-plugin-export==1.8.0
prompt_toolkit==3.0.48
psutil==6.1.0
ptyprocess==0.7.0
pure_eval==0.2.3
pycparser==2.22
Pygments==2.18.0
pyparsing==3.2.0
pyproject_hooks==1.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
pyzmq==26.2.0
RapidFuzz==3.10.0
requests==2.32.3
requests-toolbelt==1.0.0
scikit-learn==1.5.2
scipy==1.13.1
seaborn==0.13.2
shellingham==1.5.4
six==1.16.0
stack-data==0.6.3
threadpoolctl==3.5.0
tomli==2.0.2
tomlkit==0.13.2
tornado==6.4.1
traitlets==5.14.3
trove-classifiers==2024.10.16
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
virtualenv==20.27.0
wcwidth==0.2.13
xattr==1.1.0
zipp==3.20.2

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

3756
static/csv/ds_salaries.csv Normal file

File diff suppressed because it is too large Load Diff

162314
static/csv/jio_mart_items.csv Normal file

File diff suppressed because it is too large Load Diff

1276
static/csv/laptop_prices.csv Normal file

File diff suppressed because it is too large Load Diff