- Scala for Data Science
- Pascal Bugnion
- 188字
- 2021-07-23 14:33:01
Who this book is for
This book introduces the data science ecosystem for people who already know some Scala. If you are a data scientist, or data engineer, or if you want to enter data science, this book will give you all the tools you need to implement data science solutions in Scala.
For the avoidance of doubt, let me also clarify what this book is not:
- This is not an introduction to Scala. We assume that you already have a working knowledge of the language. If you do not, we recommend Programming in Scala by Martin Odersky, Lex Spoon, and Bill Venners.
- This is not a book about machine learning in Scala. We will use machine learning to illustrate the examples, but the aim is not to teach you how to write your own gradient-boosted tree class. Machine learning is just one (important) part of data science, and this book aims to cover the full pipeline, from data acquisition to data visualization. If you are interested more specifically in how to implement machine learning solutions in Scala, I recommend Scala for machine learning, by Patrick R. Nicolas.
推薦閱讀
- Objective-C Memory Management Essentials
- Web Application Development with R Using Shiny(Second Edition)
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- Python編程完全入門教程
- C語言程序設(shè)計實踐教程
- ArcGIS By Example
- Teaching with Google Classroom
- Microsoft Azure Storage Essentials
- 一塊面包板玩轉(zhuǎn)Arduino編程
- PostgreSQL Developer's Guide
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Java程序性能優(yōu)化實戰(zhàn)
- Java語言GUI程序設(shè)計