Data-Day Life
Describing Data Discoveries from Day to Day
Notes
Jupyter Notebooks
Blog Articles
Azure
- Create an HDInsight Cluster in Azure with PowerShell
- Data-Day Life
- Deciphering U-SQL's Error Messages
- Resolving No Events Found When Sampling Data with Azure Stream Analytics
- U-SQL Pickiness - Resolving Common Syntax Errors
How do you create an HDInsight Hadoop cluster programmatically in Azure with PowerShell? Here, I walk through what you need to know and provide a sample script.
When your U-SQL Job fails, look closely at the Details secion of the message to decipher what is going on.
No events found for HubName... Ugh. If you are pretty sure data is making it to the Hub, but you are unable to get Stream Analytics to sample from the stream, check out how I was able to resolve this issue.
Here are a few gotchas to look out for newcommers writing U-SQL for Azure Data Lake Analytics from a T-SQL background.
Dimensional Modeling
- Data-Day Life
- What is a Dimensional Model?
- Winning with Dimensional Models in the Age of Big Data
Unpack the term dimensional model to see if we can make heads of tails of what the words mean when they are put together in this term.
Is dimensional modeling still relevant in the age of big data? Here are 5 reasons why the answer is an emphatic yes!
General Data Concepts
- Breaking Down Data Analysis vs Data Analytics: A Look at the Suffix
- Data-Day Life
- Patterns and Key Words of Predictive Analytics Questions
- What is Data? (Like I'm 5)
- What Types of Data Analysis Are There?
Question: How would you explain data analysis vs data analytics? Clues lie in the suffix!
How do you know if someone is asking a question that is a good fit for using predictive analytics to provide the answer?
How can we categorize the data analyses we do? How are they related, and does one kind of analysis set you up for another?
Machine Learning
- Data-Day Life
- Predictive Analytics vs Machine Learning - What's the Difference?
- Stages to Machine Learning
Are predictive analytics and machine learning the same thing? If they are not, what is the difference?
What does it take to really do machine learning? Explore these 11 stages to an effective machine learning process.
R
- Data-Day Life
- What is the tilde (~) symbol in R?
If you were to put words to what the tilde (~) symbol is in R, how would you explain it or interpret it?
SQL Server
- Data-Day Life
- Fix SSIS Flat File Destination Error: Cannot open the datafile
- Where is the SQL Server 2017 Reporting Services License Key??
Here is how to fix the Cannot open the datafile error with SSIS Flat File Destinations.
After running the SQL Server 2017 Reporting Services standalone installer, you will be presented with a dialog asking for a Product Key. Where is it??
Statistics
- A Mnemonic for Remembering Type I vs Type II Errors
- Data-Day Life
False positive, false negative, alpha, beta...keep the interpretation of Type I and Type II errors straight with this poetic mnemonic.