hello world
This commit is contained in:
27
notebooks/model-training-v1.ipynb
Normal file
27
notebooks/model-training-v1.ipynb
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"id": "45c7d2a1",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"print(\"Hello World\")"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"kernelspec": {
|
||||||
|
"display_name": ".venv",
|
||||||
|
"language": "python",
|
||||||
|
"name": "python3"
|
||||||
|
},
|
||||||
|
"language_info": {
|
||||||
|
"name": "python",
|
||||||
|
"version": "3.11.15"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
|
}
|
||||||
@@ -1,53 +1,29 @@
|
|||||||
appnope==0.1.4
|
|
||||||
asttokens==3.0.1
|
asttokens==3.0.1
|
||||||
comm==0.2.3
|
comm==0.2.3
|
||||||
contourpy==1.3.3
|
|
||||||
cycler==0.12.1
|
|
||||||
debugpy==1.8.20
|
debugpy==1.8.20
|
||||||
decorator==5.2.1
|
decorator==5.2.1
|
||||||
executing==2.2.1
|
executing==2.2.1
|
||||||
filelock==3.25.2
|
|
||||||
fonttools==4.62.1
|
|
||||||
fsspec==2026.2.0
|
|
||||||
ipykernel==7.2.0
|
ipykernel==7.2.0
|
||||||
ipython==9.10.0
|
ipython==9.10.0
|
||||||
ipython_pygments_lexers==1.1.1
|
ipython_pygments_lexers==1.1.1
|
||||||
jedi==0.19.2
|
jedi==0.19.2
|
||||||
Jinja2==3.1.6
|
|
||||||
joblib==1.5.3
|
|
||||||
jupyter_client==8.8.0
|
jupyter_client==8.8.0
|
||||||
jupyter_core==5.9.1
|
jupyter_core==5.9.1
|
||||||
kiwisolver==1.5.0
|
|
||||||
MarkupSafe==3.0.3
|
|
||||||
matplotlib==3.10.8
|
|
||||||
matplotlib-inline==0.2.1
|
matplotlib-inline==0.2.1
|
||||||
mpmath==1.3.0
|
|
||||||
nest-asyncio==1.6.0
|
nest-asyncio==1.6.0
|
||||||
networkx==3.6.1
|
|
||||||
numpy==2.4.3
|
|
||||||
packaging==26.0
|
packaging==26.0
|
||||||
pandas==3.0.1
|
|
||||||
parso==0.8.6
|
parso==0.8.6
|
||||||
pexpect==4.9.0
|
pexpect==4.9.0
|
||||||
pillow==12.1.1
|
|
||||||
platformdirs==4.9.4
|
platformdirs==4.9.4
|
||||||
prompt_toolkit==3.0.52
|
prompt_toolkit==3.0.52
|
||||||
psutil==7.2.2
|
psutil==7.2.2
|
||||||
ptyprocess==0.7.0
|
ptyprocess==0.7.0
|
||||||
pure_eval==0.2.3
|
pure_eval==0.2.3
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
pyparsing==3.3.2
|
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pyzmq==27.1.0
|
pyzmq==27.1.0
|
||||||
scikit-learn==1.8.0
|
|
||||||
scipy==1.17.1
|
|
||||||
seaborn==0.13.2
|
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
stack-data==0.6.3
|
stack-data==0.6.3
|
||||||
sympy==1.14.0
|
|
||||||
threadpoolctl==3.6.0
|
|
||||||
torch==2.10.0
|
|
||||||
torchvision==0.25.0
|
|
||||||
tornado==6.5.5
|
tornado==6.5.5
|
||||||
traitlets==5.14.3
|
traitlets==5.14.3
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
|
|||||||
Reference in New Issue
Block a user