Uncategorized

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

Analytics | Artificial Intelligence | Machine Learning
Andreas Becks 0
KI steckt noch in den Kinderschuhen – warum eigentlich?

Artificial Intelligence (AI), Machine Learning und Deep Learning zählen zu den heißesten Themen, die im Markt diskutiert werden. Und dafür gibt es gute Gründe. Zum einen erleben wir, dass Apps und Software generell, Maschinen und Fahrzeuge immer smarter werden. Wir sprechen mit unseren Smartphones. Autos fahren bald selbst. Die automatische

Analytics | Learn SAS
Rick Wicklin 0
Principal component regression in SAS

A common question on discussion forums is how to compute a principal component regression in SAS. One reason people give for wanting to run a principal component regression is that the explanatory variables in the model are highly correlated which each other, a condition known as multicollinearity. Although principal component

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
Tips and tricks: Segmented discrete axis

The previous post on Multiple Blank Categories showed how to include multiple blank categories on the axis.  But, given the purpose for this was to separate different segments in the data, I also included ideas on how to segmented a discrete axis using reference lines or Block Plot.  A similar idea

Advanced Analytics | Analytics | Machine Learning
Andreas Becks 0
Künstliche Intelligenz in der Versicherung: Wo steht Europa?

Wo steht eigentlich die europäische Versicherungswirtschaft in puncto Advanced Analytics, KI und Automatisierung? Erleben wir, dass gerade auch in der Assekuranz traditionelle Verfahren der Datenanalyse mit dem Begriff „maschinelles Lernen" überklebt werden? Oder ist die Branche hier schon deutlich weiter? Sind beispielsweise echte Chatbots wirklich schon allgegenwärtig? Aktuelle Einblicke gibt

Analytics | Data for Good
SAS Korea 0
통학 버스 시스템, 데이터 분석으로 교통량과 학생 만족도 개선

매년 가을이면 미국 전역의 고속도로, 주택가, 뒷길은 노란색으로 물듭니다. 여름 방학이 끝난 후, 질서 정연하고 조심스럽게 학생들을 학교로 데려가는 통학 버스 때문인데요. 보스턴 공립 학교(BPS; Boston Public Schools)는 지난 학기 동안 매일 버스 650대로 총 4만5,000마일을 달려 2만5,000명의 학생들을 통학시켰습니다. 해당 지역은 전국에서 가장 오래된 공립 학교 구역으로, 이 버스들은

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
Tips and tricks - Multiple blank categories on axis

Off and on, users have expressed the need to include multiple blank categories on a discrete axis.  Often, this is desirable to separate groups of bars (or categories) in a graph due to some difference their definition.  Such a case was discussed in this blog article on using non breaking

Learn SAS | Programming Tips
Jim Simon 0
How to format a macro variable

Would you like to format your macro variables? Easy!  Just use the %FORMAT function, like this: What?! You never heard of the %FORMAT function? Of course not, cuz it doesn't exist! No problem. Just create it, like this: %macro format(value,format); %if %datatyp(&value)=CHAR %then %sysfunc(putc(&value,&format)); %else %left(%qsysfunc(putn(&value,&format))); %mend format; The %FORMAT

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
New Features in SAS 9.40M5 - Gradient fills

ODS Graphics procedures primarily strive towards the following goal:  "Make simple graphs easy and complex graphs possible".   SGPLOT procedure allows you create simple graphs with a single plot statement, and create complex graphs by layering together or combining multiple plot statements.  Generally, the appearance follows the guidelines set by industry

Advanced Analytics | Customer Intelligence
SAS Korea 0
알고리즘 기반의 분석적 마케팅 기여도(Algorithmic Marketing Attribution) 측정을 통한 360도 마케팅 인사이트

모바일 퍼스트(Mobile First)를 넘어선 모바일 온리(Mobile only) 시대입니다. 스마트폰이나 태블릿 PC로 언제 어디서나 온라인 쇼핑몰, 모바일 앱, 소셜 미디어 등 다양한 플랫폼을 통해 정보를 검색, 공유하고 제품을 구매할 수 있죠. 이처럼 기업이 고객과 만나는 접점은 그 어느 때보다 다양해지고 있으며, 그만큼 고객의 요구와 기대의 변화에 귀를 기울이고 재빠르게 대응해야 할 필요성이

1 103 104 105 106 107 255