Benchmarking your code is one thing – another thing is to keep and use the gained knowledge for future projects. In this blog, Jakob presents his collection of benchmarks and creates an easy to use a setup for new ones.
Deep Learning – Überblick und Einstieg
Welche Möglichkeiten und Anwendungen bietet das Thema Deep Learning heutzutage? Wie verschafft man sich einen guten Überblick und wie gelingt der Einstieg? Zum Beispiel mit dem STATWORX Deep Learning Bootcamp!
Tuning Random Forest on Time Series Data
Training random forests on time series is one thing, but tuning them? It’s not like you can just apply cross validation and be done with it. Or can you? This post forms part two our mini-series “Time Series Forecasting with Random Forest”. Find out how you can tune the hyperparameters of the random forest algorithm when dealing with time series data. The answers might surprise you!
5 Highlights der Data University
Mit der Data University 2019 haben wir den Start unserer ersten großen Veranstaltung gefeiert! Unsere Kollegin Anne-Marie ist teil des Marketing-Teams und hat die Veranstaltung medial begleitet. Hier sind Ihre 5 Highlights der Data University 2019.
Combining Price Elasticities and Sales Forecastings for Sales Improvement
How can you adjust your prices to meet your sales quota better? By combining sales forecasts and price elasticity estimations, you can make recommendations to increase the profit. In this blog post, Marlon will show you how to combine both methods.
Access your Spark Cluster from Everywhere with Apache Livy
As a REST API, Livy provides Spark interaction without any need of a Spark configuration on your client. Once being able to communicate with the API Spark code can be submitted from everywhere.
What's cooking at STATWORX?
Besides working hard to provide our clients with cutting-edge Machine Learning solutions, we are also big fans of all things culinary here at STATWORX. But can we apply some of those algorithms to make us better cooks? This blog article explores the unlikely union of Data Science and baking!
STATWORX on Tour: Wine, Castles & Hiking!
Last Sunday, part of our STATWORX crew went on a day trip to the picturesque Rheingau, the famous wine region known for its Riesling. The trip was planned around the three tourist pillars of the region: wine, castles & hiking.
rBokeh – Don't be stopped by missing arguments!
rBokeh is an interactive plotting library. Since it functions lack some arguments compared to its Python counterpart, plots are sometimes difficult to customize. I will show how to overcome those issues and drill out the plot objects.
rBokeh – Tipps and Tricks with JavaScript and beyond!
rBokeh is an interactive plotting library. It has the capability to extend its features with customized JavaScript code. I show the most important aspects, guide through an example, and provide some useful tipps how to handle likely issues.