From b8701092a9d2d4c397865adf86102c7053915832 Mon Sep 17 00:00:00 2001 From: Sandro Zimmermann Date: Sun, 30 Nov 2025 10:23:54 +0100 Subject: [PATCH] Tutorial on how to use and library control --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6a6e46b..69baf86 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +Repository für Leistungsnachweis 2 cds-1011 Einführung in Data Science + +# Verwendung + +Etwickelt in Python 3.13.7 + +* Verwendete Python Bibliotheken + * pandas 2.3.3 + * numpy 2.3.5 + * matplotlib 3.10.7 + * openpyxl 3.1.5 + * scikit-learn 1.7.2 + * seaborn 0.13.2 + +* main.py + * python3 main.py Pfad zu .csv Datei + +* py/generate_synthetic_shots.py + * python3 generate_synthetic_shots.py Anzahl Schüsse + # Ziel Sie trainieren und evaluieren ein (supervised) Machine Learning Model um eine Fragestellung aus dem Themengebiet «Fitness» zu beantworten.