Search Results: api (2285)

Analytics
Gloria Cabero 0
Cupido en los tiempos de la analítica

El amor, dicen los espíritus sensibles, no se puede colocar bajo un microscopio; dada su naturaleza emocional y profundamente humana, sería imposible examinarlo a partir de parámetros tradicionales. Aunque lo anterior debe ser cierto, la realidad es que el amor genera una gran gama de acciones que terminan por dejar

Analytics | Customer Intelligence
Gloria Cabero 0
Dele al cliente lo que necesita: la analítica le dice cómo

A diario, las empresas compiten aguerridamente entre sí para atraer nuevos clientes, conservar los que ya tienen y asegurar su lealtad por mucho tiempo. Sin embargo, no es una tarea fácil, especialmente cuando los consumidores están más conectados e informados que nunca y su entorno es cada vez más competitivo.

Analytics | Data Management
Michael Herrmann 0
Analytisches Aufspüren versteckter Gefahrenfelder: die EU-Datenschutz-Grundverordnung

Am 28. Januar war Europäischer Datenschutztag und ab sofort gilt dann verschärftes EU-Recht – so kommt es einem zumindest vor bei Gesprächen mit Datenschutz-Experten, bei ihrem Streben, die neue EU-Datenschutz-Grundverordnung (DSGVO) zu bewältigen. Was ist schutzwürdig? Alles bekannt Personenbezogene, sowieso. Mehr aber noch das Unbekannte.

Risk Management
Carsten Krah 0
Digitalisierung des Risikomanagements

Seit der Finanzkrise hat das Risikomanagement in Banken an Bedeutung zugenommen und damit auch die Notwendigkeit der Digitalisierung. Neben eigenen Initiativen, forderte aber auch die Regulation ein nachhaltiges Risikomanagement in den Geschäftsprozessen stärker zu verankern. Nach den ersten direkten in Basel III mündenden Vorgaben zu Eigenkapitalanforderungen und Liquiditätsmanagement, hatte die

Artificial Intelligence | Internet of Things | Machine Learning
Peter Pugh-Jones 0
Intelligent ecosystems and the intelligence of things

I've long been fascinated by both science and the natural world around us, inspired by the amazing Sir David Attenborough with his ever-engaging documentaries and boundless enthusiasm for nature, and also by the late, great Carl Sagan and his ground-breaking documentary series, COSMOS. The relationships between the creatures, plants and

Learn SAS
Brenna 0
11 new SAS Press titles for 2017

Whether your resolution is to get SAS certified or to become a more advanced SAS programmer, we’ve got you covered with these new titles and upcoming SAS Press books, many of which will be making their bookshelf debut at SAS® Global Forum 2017 in Orlando, FL! Want to be notified when a new book

Mauricio González 0
Cinco razones por las que su empresa debería contar con una solución como Viya

“La arquitectura abierta SAS Viya hace a la analítica accesible para todos, y queremos aprovechar esa apertura creando una comunidad para compartir el conocimiento”- Randy Guard, Vicepresidente Ejecutivo y Director de Marketing de SAS En SAS llevamos más de 40 años al servicio de su compañía y durante estas décadas

Programming Tips
小林 泉 0
グラフ理論②:PythonとSAS Viyaでグラフ分析

はじめに 以前このブログ「グラフ理論入門:ソーシャル・ネットワークの分析例」でもご紹介しましたが。SASは従来からネットワーク分析(グラフ分析)をサポートしています。ネットワーク分析の基本的なことはまず上記のブログをご参照ください。 今回は、プログラミングスキルがあるアプリケーション開発者やデータサイエンティスト向けです。Pythonからネイティブに利用できるSAS Viyaを使用して、ネットワーク分析をする簡単な利用例をご紹介します。 2016夏にリリースされたSAS Viyaは、アナリティクスに必要な全てのアルゴリズムを提供しつつ、かつオープンさを兼ね備えた全く新しいプラットフォームです。これにより、SAS Viyaをアプリケーションにシームレスに組み込むことや、どのようなプログラミング言語からでもアナリティクス・モデルの開発が可能になりました。今回は、SASのパワフルなアナリティクス機能にアクセスするために、そのオープンさがどのように役立つののかにフォーカスします。 前提条件 SAS Viyaは、REST APIにも対応しているため、それを使用しても良いのですが、一般的には、使い慣れたプログラミング言語を使用する方が効率が良いと考えられるため、今回は、データサイエンティストや大学での利用者が多い、Pythonを使用したいと思います。 デモ環境としては、Pythonコードを実行できるだけでなく書式付テキストも付記できる、Webベースのオープンな対話型環境であるJupyter Notebookを使用します。Jupyterをインストールした後に、SAS Scripting Wrapper for Analytics Transfer(SWAT)をインストールする必要があります。このパッケージは、SAS Cloud Analytic Services(CAS)に接続するためのPythonクライアントです。これにより、Pythonから全てのCASアクションを実行することが可能となります。SWATパッケージの情報やJupyter Notebookのサンプルはこちらをごらんください。https://github.com/sassoftware SAS Cloud Analytic Services(CAS)にアクセスする SAS Viyaのコアにあるのは、SAS Cloud Analytic Services(CAS: キャス)というアナリティクスの実行エンジンです。"CASアクション"という個々の機能を実行したり、データにアクセスしたりするためには、CASに接続するためのセッションが必要となります。セッションからCASへの接続には、バイナリ接続(非常に大きなデータ転送の場合にはこちらが推奨です)あるいは、HTTP/HTTPS経由のREST API接続のどちらかを使用することができます。今回は、デモンストレーション目的で非常に小さなデータを扱うので、RESTプロトコルを使用します。SAS ViyaとCASのより詳細な情報はこちらのオンラインドキュメントをごらんください。 多くのプログラミングと同様、まずは使用するライブラリの定義からです。Pythonでは、importステートメントを使用します。非常に良く使われるmatplotlibライブラリに加えて、ネットワークをビジュアライズするためのnetworkxも使用します。 from swat import * import numpy as np import pandas as pd import matplotlib.pyplot as

Data Visualization
Sanjay Matange 0
ODS Graphics Designer

Some observant readers may have noticed a new icon on the right sidebar of this blog announcing the release of the new SAS Press book on the ODS Graphics Designer, written in collaboration with Jeanette Bottitta.  Jeanette is a Technical Writer at SAS and has worked on various SAS Graphics products

1 48 49 50 51 52 77