Compare commits

...

4 Commits

Author SHA1 Message Date
5f57761a2a Merge branch 'main' of https://gitea.jany.se/Jany/MLPproject 2025-10-22 10:48:16 +02:00
85dbd8164d test.ipynb 2025-10-22 10:47:25 +02:00
b53c1dd1c6 Merge branch 'main' of https://gitea.jany.se/Jany/MLPproject 2025-10-22 10:47:20 +02:00
94c7df0712 Added desicion tree to info 2025-10-09 17:25:53 +02:00
2 changed files with 187 additions and 0 deletions

File diff suppressed because one or more lines are too long

35
test.ipynb Normal file
View File

@@ -0,0 +1,35 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "e144ae0f",
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"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.12.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}