From e70e66c0020457c8b10801d6c8abc880d59db8f0 Mon Sep 17 00:00:00 2001
From: MGPR23 <darklotenant@gmail.com>
Date: Sun, 14 Apr 2024 09:22:36 +0200
Subject: [PATCH] =?UTF-8?q?Success=20Prediction=20=C3=9Cbersetzt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../notebook.ipynb                                 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Success Predicition/Prediction of Successful or Failed Startups/notebook.ipynb b/Success Predicition/Prediction of Successful or Failed Startups/notebook.ipynb
index b51e920..789ffab 100644
--- a/Success Predicition/Prediction of Successful or Failed Startups/notebook.ipynb	
+++ b/Success Predicition/Prediction of Successful or Failed Startups/notebook.ipynb	
@@ -6,24 +6,24 @@
    "source": [
     "# 1. Business Understanding\n",
     "\n",
-    "Much of the research on business success focuses on the success of companies and SMEs. In this context, the health of a company in a competitive business environment is highly associated with its profitability and level of solvency. Butler and Fitzgerald associate business success with the firm's competitive performance against its peers. Lussier and Pfeifer consider companies successful if they have generated at least the industry average profit over the past 3 years. Gatev et al., on the other hand, define success as continuing to operate without having debts to creditors and shareholders"
+    "Ein großer Teil der Forschung zum Unternehmenserfolg konzentriert sich auf den Erfolg von Unternehmen und KMU. In diesem Zusammenhang wird die Gesundheit eines Unternehmens in einem wettbewerbsorientierten Geschäftsumfeld in hohem Maße mit seiner Rentabilität und seinem Solvenzniveau in Verbindung gebracht. Butler und Fitzgerald bringen den Geschäftserfolg mit der Wettbewerbsleistung des Unternehmens im Vergleich zu seinen Konkurrenten in Verbindung. Lussier und Pfeifer betrachten Unternehmen als erfolgreich, wenn sie in den letzten drei Jahren mindestens den durchschnittlichen Gewinn der Branche erwirtschaftet haben. Gatev et al. hingegen definieren Erfolg als Fortführung der Geschäftstätigkeit ohne Schulden gegenüber Gläubigern und Aktionären"
    ]
   },
   {
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# 2. Data and Data Understanding\n",
+    "# 2. Data Understanding\n",
     "\n",
-    "The System, like most machine learning systems, starts with the data. This data set is provided by Crunchbase as an open source database in the form of 11 contiguous CSV files. Which is why the first step of data preparation is a merge into one CSV file, following which redundant and erroneous data as well as outliers are removed and a representative dataset is created.The dataset used in this case study contains details on various aspects of startups such as the year founded, funding received, current operating status and many other similar aspects.\n",
-    "The merged dataset contain industry trends, investment insights and individual company information. There are 48 columns and 922 rows. The target variable is status, if a startup is acquired by another organization, means that the startup is successful. In the existing dataset we can also find 3 different data types like inter, object and float."
+    "Das System beginnt, wie die meisten maschinellen Lernsysteme, mit den Daten. Dieser Datensatz wird von Crunchbase als Open-Source-Datenbank in Form von 11 zusammenhängenden CSV-Dateien bereitgestellt. Deshalb ist der erste Schritt der Datenaufbereitung ein Zusammenführen in eine CSV-Datei, woraufhin redundante und fehlerhafte Daten sowie Ausreißer entfernt werden und ein repräsentativer Datensatz erstellt wird.Der in dieser Fallstudie verwendete Datensatz enthält Details zu verschiedenen Aspekten von Startups wie Gründungsjahr, erhaltene Finanzierung, aktueller Betriebsstatus und viele andere ähnliche Aspekte.\n",
+    "Der zusammengeführte Datensatz enthält Branchentrends, Erkenntnisse über Investitionen und Informationen über einzelne Unternehmen. Es gibt 48 Spalten und 922 Zeilen. Die Zielvariable ist der Status: Wird ein Startup von einer anderen Organisation übernommen, bedeutet dies, dass das Startup erfolgreich ist. In dem vorhandenen Datensatz finden wir auch 3 verschiedene Datentypen wie inter, object und float."
    ]
   },
   {
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## 2.1 Import of Relevant Modules"
+    "## 2.1 Bibliotheken Importieren"
    ]
   },
   {
@@ -123,7 +123,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## 2.2 Read Data"
+    "## 2.2 Auslesen der Daten"
    ]
   },
   {
@@ -563,7 +563,7 @@
     "tags": []
    },
    "source": [
-    "## 2.3 Descriptive Analysis"
+    "## 2.3 Deskriptive Analyse"
    ]
   },
   {
-- 
GitLab