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.
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.