Want the flexibility of modern Python development with the power of SAS behind it? Explore how SAS Viya Workbench combines familiar tools, on-demand compute, and Python-native access to advanced SAS algorithms in a single browser-based environment.
Want the flexibility of modern Python development with the power of SAS behind it? Explore how SAS Viya Workbench combines familiar tools, on-demand compute, and Python-native access to advanced SAS algorithms in a single browser-based environment.
In my first article on hyperparameter autotuning, I used a cake analogy to show how to use hyperparameter autotuning with Optuna and the sasviya.ml package in Python to improve detecting Higgs bosons in a particle accelerator. SAS Viya Workbench now supports hyperparameter autotuning in SAS code with a variety of
Learn how to seamlessly register and deploy Python models (specifically an XGBoost classifier) into SAS Model Manager using SAS Viya Workbench and the pzmm package, enabling efficient ModelOps integration and production readiness.
Hyperparameter autotuning intelligently optimizes machine learning model performance by automatically testing parameter combinations, balancing accuracy and generalizability, as demonstrated in a real-world particle physics use case.
Learn about how I used Python, SAS, GPS, and heart rate data to track and visualize my snowboarding performance.
Wouldn’t it be great if we could create a Python environment with only the packages and versions we need? Enter: virtual environments.