- Scala Data Analysis Cookbook
- Arun Manivannan
- 138字
- 2021-07-09 21:24:13
What this book covers
Chapter 1, Getting Started with Breeze, serves as an introduction to the Breeze linear algebra library's API.
Chapter 2, Getting Started with Apache Spark DataFrames, introduces powerful, yet intuitive and relational-table-like, data abstraction.
Chapter 3, Loading and Preparing Data – DataFrame, showcases the loading of datasets into Spark DataFrames from a variety of sources, while also introducing the Parquet serialization format.
Chapter 4, Data Visualization, introduces Apache Zeppelin for interactive data visualization using Spark SQL and Spark UDF functions. We also briefly discuss Bokeh-Scala, which is a Scala port of Bokeh (a highly customizable visualization library).
Chapter 5, Learning from Data, focuses on machine learning using Spark MLlib.
Chapter 6, Scaling Up, walks through various deployment alternatives for Spark applications: standalone, YARN, and Mesos.
Chapter 7, Going Further, briefly introduces Spark Streaming and GraphX.
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 程序員修煉之道:程序設計入門30講
- 小程序實戰視頻課:微信小程序開發全案精講
- Learning Docker
- WordPress Plugin Development Cookbook(Second Edition)
- Python編程:從入門到實踐
- C程序設計實踐教程
- 大話Java:程序設計從入門到精通
- Modern C++ Programming Cookbook
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Penetration Testing with the Bash shell
- Node.js實戰:分布式系統中的后端服務開發
- Python數據可視化之matplotlib實踐
- 基于JavaScript的WebGIS開發
- C語言程序設計