queirozf.com

sas

SAS Examples: Numeric/Character Conversions

28 Nov 2017   Converting values from/to character and numeric values is one of the most common operations in SAS. Here are some examples of things you may want to do.

Read More ›

sas

SAS Examples: Proc SQL

28 Nov 2017   Examples on how to write some common operations in SAS Proc SQL.

Read More ›

sas

SAS Examples: Arrays and Variable Lists

28 Nov 2017   Examples on how to use arrays and variable lists in SAS.

Read More ›

sas

SAS Macro Examples - Control Structures

28 Nov 2017   Example on how to use control structures on SAS Macros.

Read More ›

churn data-science

Churn Analysis 101: Quick Introduction and Key Concepts

27 Nov 2017   Simple definitions for churn analysis.

Read More ›

churn data-science

Churn Analysis 101: Quick Introduction, Key Concepts

27 Nov 2017   Simple definitions for churn analysis.

Read More ›

machine-learning statistics

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 ›

python data-newsletter-6

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!

Read More ›

python

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.

Read More ›