Data lake management for analytics
Jim Harris warns against allowing your data lake to become a poorly managed and ungoverned data dumping ground.
Jim Harris warns against allowing your data lake to become a poorly managed and ungoverned data dumping ground.
Marginal model plots display the marginal relationship between the response and each predictor. You can use a SAS autocall macro, %Marginal, to display marginal model plots.
Dynamic programming is a powerful technique to implement algorithms, and is often used to solve complex computational problems. This article shows how to use PROC FCMP to implement the "edit distance" algorithm.