Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- graph
- 딥러닝
- GDB
- SparkML
- 그래프
- DeepLearning
- 분산 병렬 처리
- RStudio
- BigData
- Graph Ecosystem
- TigerGraph
- SQL
- Python
- 빅데이터
- Neo4j
- 연합학습
- 인공지능
- 그래프 에코시스템
- r
- GraphX
- Graph Tech
- 그래프 데이터베이스
- GSQL
- TensorFlow
- RDD
- Cypher
- 그래프 질의언어
- graph database
- spark
- Federated Learning
Archives
- Today
- Total
Hee'World
Sparklyr 설치 본문
Sparklyr: R interface for Apache Spark
- Connect to Spark from R. The sparklyr package provides a
complete dplyr backend.
- Filter and aggregate Spark datasets then bring them into R for
analysis and visualization.
- Use Sparks distributed machine learninglibrary from R.
- Create extensions that call the full Spark API and provide
interfaces to Spark packages
complete dplyr backend.
analysis and visualization.
interfaces to Spark packages
- 설치환경
* RAM 16G
* HDD 500G
* Windows 7
- install.packages("sparklyr") 명령어를 이용하여 CRAN에서 설치 가능.
<RStudio에서 Sparklyr 설치화면>
'Programming > R' 카테고리의 다른 글
기상데이터를 이용한 Shiny App구현 (0) | 2020.03.23 |
---|---|
tensorflow in r 설치 (0) | 2017.07.19 |
kNN 알고리즘 (0) | 2015.05.03 |
머신 러닝의 기본단계 (0) | 2015.05.03 |
데이터다루기 (0) | 2015.05.02 |
Comments