Below is the latest update to The Popularity of Data Science Software. It contains an analysis of the tools used in the most recent complete year of scholarly articles. The section is also integrated into the main paper itself. New … Continue reading →
Category: SAS
Designing Dashboards: Finding the Fantastic Five Colors
Color may have the most impact on your design. People react strongly to color either through culture values or personal choices. As with fonts, color is another element of style. And just like fonts, colors communicate meaning as well. [Read: Understan…
PROC SGPLOT: Scatter with mean value
Click Here
Creating a Web Analytics Report in SAS Visual Analytics 8.1
Recently I was asked to create a Web Analytics dashboard on spec. I decided to use the latest version SAS Visual Analytics 8.1 so I could review the new features. When we wrote the Introduction to SAS Visual Analytics book, we were using beta versions of the application. Here’s some of the process I used while working on creating the Web Analytics report.
Getting the Right …
This post appeared first on BI Notes for SAS Software Users. Go to the site to subscribe or view more content.
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Map: Median age by country
If countries have a similar median age, does that mean they are also similar in other ways? My best guess at an answer is – probably. Perhaps if we plot the data on a map, we’ll be able to see the answer more clearly. I first started thinking about thi…
Bilingual job opportunities in the U.S.
When I was in college, I lived in the Alexander dorm, where each room had an American student and an International student. I learned a lot about the rest of the world, and I also heard a lot of different languages being spoken. I’m really impressed wh…
Following SAS GEL Security Rules with Metacoda Security Tests
If you’re responsible for managing SAS® platform security, and you haven’t seen them yet, then I’d definitely recommend reading Five papers on Recommended SAS 9.4 Security Model Design (part 1 & part 2) as published by David Stern, Principal Technical Architect from the SAS Global Enablement and Learning (GEL) team. These papers are an excellent … Continue reading “Following SAS GEL Security Rules with Metacoda Security Tests”
CNTK integrated into Keras
Keras is a very convenient tool to build your deep learning model from scratch, it is so easy to use that it almost becomes the de-facto deep learning modeling framework in Kaggle competition.Keras used to support only TensorFlow and Theano, now, CNTK,…