SAS Examples: Proc SQL
28 Nov 2017 Examples on how to write some common operations in SAS Proc SQL.
Read More ›SAS Examples: Arrays and Variable Lists
28 Nov 2017 Examples on how to use arrays and variable lists in SAS.
Read More ›SAS Macro Examples - Control Structures
28 Nov 2017 Example on how to use control structures on SAS Macros.
Read More ›Churn Analysis 101: Quick Introduction and Key Concepts
27 Nov 2017 Simple definitions for churn analysis.
Read More ›Churn Analysis 101: Quick Introduction, Key Concepts
27 Nov 2017 Simple definitions for churn analysis.
Read More ›Gaussian Processes for Classification and Regression: Introduction and Usage
19 Nov 2017 Study guide for understanding Gaussian Processes (also Sparse Gaussian Processes) as applied to classification in machine learning.
Read More ›Package a Python Project and Make it Available via pip install: Simple Example
15 Nov 2017 It's easy to package some code you wrote as a package. Publish your Python code to PyPi to have other people use and contribute to it!
Pip Install a Project having a setup.py file: an Example
11 Nov 2017 You can use pip to install a Python project that uses a setup.py setup file.
Read More ›paper-summary multi-label tags
Paper Summary: Multi-instance multi-label learning for automatic tag recommendation
05 Nov 2017 Summary of the 2009 article "Multi-instance multi-label learning for automatic tag recommendation" by Shen et al.
Python number formatting examples
05 Nov 2017 Examples on how to format numbers in Python, e.g. rounding, truncating, etc.
Read More ›