All Posts

Advanced Analytics | Programming Tips
Ryan Lolli 0
Tip and tricks to promote CAS tables from session-scope to global-scope

When loading data into CAS using PROC CASUTIL, you have two choices on how the table can be loaded:  session-scope or global-scope.  This is controlled by the PROMOTE option in the PROC CASUTIL statement. Session-scope loaded proc casutil; load casdata="model_table.sas7bdat" incaslib="ryloll" outcaslib="otcaslib" casout="model_table”; run; Global-scope loaded proc casutil; load casdata="model_table.sas7bdat"

Analytics | Data Visualization
Jeanne (Hyunjin) Byun 0
분석 스토리텔링, 데이터 시각화를 이용한 설득의 기술

‘호모 나랜스(Homo Narrans)’라는 단어를 들어보셨나요? ‘이야기하는 사람’을 뜻하는 라틴어로 1999년 미국의 영문학자 존 닐(John Niels)이 동일 제목의 저서를 통해 처음 소개했습니다. 그는 인간은 태생적으로 이야기하려는 본능을 가지며, 이야기를 주고받지 않고서는 살아갈 수 없고, 이야기를 통해 사회를 이해한다고 설명했는데요. 이야기는 기억에 남으며, 사람과 감정적으로 연결되고, 행동을 고취시킵니다. ‘이야기하다’라는 뜻의 ‘스토리텔링(Storytelling)’은 지속적이며

Analytics | Artificial Intelligence | Machine Learning
Christian Engel 0
Künstliche Intelligenz (KI) in der Bankbranche: Ein Fallbeispiel (Teil 1)

Selbstfahrende Sport Utility Vehicle auf unseren öffentlichen Straßen, Siri immer im Zugriff, Alexa im Wohnzimmer … Künstliche Intelligenz und die dahinter funktionierenden Machine-Learning-Verfahren begegnen uns bereits heute, zum Teil eingebettet in den Alltag, zum Teil mit unserem „Wow“, wenn die US-Verkehrsaufsichtsbehörde NHTSA bestätigt, dass es bei einem Unfall mit einem selbstfahrenden

Learn SAS
Larry LaRusso 0
SAS Help Center: Your gateway to documentation

To improve is to change; to be perfect is to change often.-Winston Churchill If you've visited SAS documentation (also known as the "SAS Help Center") lately, you may have noticed that we've made some fairly significant changes in the documentation for SAS products and solutions. The new site is organized in a new way, search

Advanced Analytics | Machine Learning
SAS Korea 0
데이터 과학자가 뽑은 "머신러닝 알고리즘 개발 베스트 프랙티스 3탄"

현존 최고의 데이터 과학자들이 뽑은 머신러닝 알고리즘 개발 베스트 프랙티스! 그 대망의 마지막 시간입니다. 이전 블로그를 통해 다양한 유형의 모델을 결합하는 방법을 소개해드렸다면, 오늘은 다양한 유형의 데이터를 결합하고, 모델의 다양한 변수를 활용하는 방법에 대해 이야기하고자 합니다. 이전 시리즈를 놓치셨나요? 블로그 1탄, 블로그 2탄을 참고해주세요. 기본기 다지기 희귀한 이벤트 탐지하기 수많은 모델 결합하기 모델

Analytics
Rick Wicklin 0
Should you use principal component regression?

This article describes the advantages and disadvantages of principal component regression (PCR). This article also presents alternative techniques to PCR. In a previous article, I showed how to compute a principal component regression in SAS. Recall that principal component regression is a technique for handling near collinearities among the regression

Analytics | Artificial Intelligence | Data Management | Machine Learning
Sandra Hernandez 0
Las 10 tendencias para continuar con la transformación digital en el 2018

Es claro que este año que está por finalizar ha traído grandes cambios para todo el mundo en cuanto a transformación digital se trata, se estructuraron cambios en las industrias, la economía e incluso las formas de comunicación con sus clientes. Pero la tecnología no se detiene y cada día que pasa

1 394 395 396 397 398 728