All Posts
Stuttgarter Zukunftssymposium - was werden Maschinen in Zukunft wirklich sein - Angst also vorbei?
Gespräch mit Johannes Fuhr über Bedeutung vom Netzwerken: Meetups sind Jobbörsen und Wissensvermittlung für Startups in einem.
Gespräch mit Helmut Linde von Merck über seine Meetup-Ambitionen. Helmut ist ein begehrter Gastredner in der Data Science Szene Rhein-Main.
I can tell that my area (Wake county, NC) has a growing population, because the traffic keeps getting worse and worse. But it's a little difficult to quantitatively gauge growth by looking at traffic congestion. Therefore let's have a look at a more direct measurement - the actual population data!
Parts 1 and 2 of this blog post discussed exploring and preparing your data using SASPy. To recap, Part 1 discussed how to explore data using the SASPy interface with Python. Part 2 continued with an explanation of how to prepare your data to use it with a machine-learning model.
Bringing the power of SAS to your Python scripts can be a game changer. An easy way to do that is by using SASPy, a Python interface to SAS allowing Python developers to use SAS® procedures within Python. However, not all SAS procedures are included in the SASPy library. So,
Gespräch mit Helmut Linde von Merck über seine Meetup-Ambitionen. Helmut ist ein begehrter Gastredner in der Data Science Szene Rhein-Main.
I caught up with Ioannis Tsiliras, Director at OTE-COSMOTE, to discuss innovation, real-time and customer contact.
Jeff Stander helps us understand the different options of preparing data for analytics.
Who says that holidays have to be stuffed with belly-stuffing traditions? While the average American gains about one to two pounds between Thanksgiving and New Year’s Day, weight gain, indigestion and post-meal sluggishness do not have to be on your wish list.
Binary matrices are used for many purposes. I have previously written about how to use binary matrices to visualize missing values in a data matrix. They are also used to indicate the co-occurrence of two events. In ecology, binary matrices are used to indicate which species of an animal are
For the last two months I’ve seen commercial after commercial with smiling faces, catchy tunes, and kids running around houses full of good food, presents, and family. This season, we’re encouraged to remember what “matters”. Here’s something else to remember: the goal of these commercials is for the company to
If you have an interesting topic for a 20 minutes lightning talk, please feel free to contact us.
As we're getting into December, and the weather is getting colder, I thought it would be cool to plot some Antarctica data. You might remember I did this about 1.5 years ago, using good-old Proc Gmap, a special projection, and lots of tricky annotation. Well, this time let's use the
The DATA step remains a popular way to create and manipulate SAS data sets. Whether you are reshaping a data set entirely or simply assigning values to a new variable, there are numerous tips and tricks that you can use to save time and keystrokes.