Approving loans without proper scientific evaluation increases the risk of default. This can lead to bankruptcy of lending agencies and consequently the destabilization of the banking system. This is what happened in the 2008 financial crisis which affected the world economy adversely. Three components decide the amount of loss that a firm faces as a […]
Dr. Dibyajyoti Dutta
0
12.10.2019
Transforming raw text into applicable business insights for data-driven decision making is not a trivial task. Following the Natural Language Processing (NLP) breakthrough of a Google research team on Word Embeddings, words or even sentences are efficiently represented as vectors (please refer to Mikolov et al., 2013a, and Mikolov et al., 2013b).Given these vectors, unstructured […]
Felix Kaus
0
10.30.2019
SDLC stands for Software Development Lifecycle. An SDLC is essentially a series of steps or phases that provide a framework for developing software and managing it throughout its lifecycle. Although there is no specific technique or a single way to develop applications and software components, there are established methods used by enterprises and there are models available to manage different challenges and goals.
Javan Rasokat
0
08.19.2019
In the last years technologies such as data science, artificial intelligence and predictive analytics have become increasingly popular. The academic field behind these technologies is called machine learning. The core idea is that the computer (the machine) learns autonomously from data and generates business insights and leads to data-driven decision making. In this article we […]
Oliver Weisse
0
06.11.2019
Accurate forecasts are key components of successful data-driven businesses.We may forecast the need for internal ressources (e.g. call center staffing), key metrics that drive other business decisions (e.g. electricity demand to decide on constructing a new power plant), or customer demand for products we distribute (retail demand forecasting). Time horizons of our forecasts may differ […]
Dr. Georg Walther
0
06.04.2019
In order to better understand your data and come up with useful hypotheses, data visualization is a crucial part of every data science project. It is part of a process referred to as exploratory data analysis or EDA. In this blog article we will show how we can generate insights from data manipulation and visualization. […]
Dr. Georg Walther
1
05.28.2019
In the last years technologies like data science, artificial intelligence and predictive analytics have become increasingly popular. There are several applications of these technologies which include targeted marketing, churn prediction or sales prediction.The academic field behind these technologies is called “machine learning”. The core idea is that the computer (“machine”) learns autonomously from data and […]
Oliver Weisse
0
05.20.2019
This guide shows you how to sync your git repository hosted on a Gitlab CE instance to another git repository (doesn't have to be gitlab).
Daniel Weisser
0
10.23.2018
In the previous guides of this series, we have seen how to set up auto deployment and to auto publish documentation. As last step for a transparent project, we want to show the user the reached test coverage.
Jan Hauer
0
08.12.2018
Having OpenShift on a local machine can be a pleasure for developers. However, the setup using MS Windows can be hard. This guide helps you to bypass common pitfalls.
Andreas Günzel
07.14.2018
This guide shows you how to generate and publish html-documentation for your project automatically in GitLab.
Jan Hauer
0
05.18.2018
In the first three parts of our series about GitLab-CI we have seen how set up some basic configuration and how to enable auto deployment. But until now our Maven build process always starts with downloading the world. So the log is filled with download information. This guide walks you through the process to enable a cache for a maven build and how to hide download information during the building process by setting maven variables.
Jan Hauer
04.04.2018