- 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.
- 自然語言處理實戰:預訓練模型應用及其產品化
- Testing with JUnit
- 無代碼編程:用云表搭建企業數字化管理平臺
- CentOS 7 Server Deployment Cookbook
- C#程序設計(慕課版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- 自制編程語言
- Learning ArcGIS for Desktop
- Xcode 6 Essentials
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Beginning C# 7 Hands-On:The Core Language
- 軟技能2:軟件開發者職業生涯指南
- Tkinter GUI Programming by Example
- Getting Started with Backbone Marionette
- JavaWeb入門經典