This commit is contained in:
2025-10-09 16:03:43 +02:00
2 changed files with 32591 additions and 0 deletions

32562
Datasets/adult.csv Normal file

File diff suppressed because it is too large Load Diff

29
helloworld.ipynb Normal file
View File

@@ -0,0 +1,29 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "9443eb53",
"metadata": {},
"outputs": [],
"source": [
"print('hello world')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1bf9be08",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}