Learn about hash value omission in Ruby, their benefits, examples, and implementation guidelines for more concise code| All about coding
jhsdb is a relatively underexplored yet incredibly powerful tool for debugging JVM issues. Whether you're tackling native code that crashes the JVM or delving into complex performance analysis, understanding how to use jhsdb effectively can be a game...| Java, Debugging, DevOps & Open Source
I blogged about Java Stream debugging in the past but I skipped an important method that's worthy of a post of its own: peek. This blog post delves into the practicalities of using peek() to debug Java streams, complete with code samples and common p...| Java, Debugging, DevOps & Open Source
You use VS Code all the time. Great tool! And you love the extensions. But for whatever reason you don’t have access to the up-to-date extension gallery to install directly within VS Code. Maybe you work on an air-gapped network somewhere? Maybe you’re in a deep, dark basement of a defense department contractor with cigarette smoke-stained 30-year-old carpet and no windows where they don’t let you connect to the internet (I feel ya! I’ve literally been there before). Or maybe you crea...| SAS Users
A boilerplate setup for testing SCR images Looking for an easy way to test and validate decision flows with SAS Container Runtime (SCR)?| SAS Users
Fitting a Support Vector Machine (SVM) Model - Learn how to fit a support vector machine model and use your model to score new data In Part 6, Part 7, Part 9, Part 10, and Part 11 of this series, we fit a logistic regression, decision tree, random forest, gradient boosting and neural network model to the Home Equity data we saved in Part 4. In this post we will fit a support vector machine (SVM) model to the same data to predict who is likely to go delinquent on their home equity loan and we ...| SAS Users
Learn how to fit a random forest and use your model to score new data.| SAS Users
Learn how to fit a decision tree and use your decision tree model to score new data.| SAS Users