Develop robust Scala-powered projects to harvest meaningful insights with the help of machine learning libraries, such as SparkML
Key Features
Gain hands-on experience in building data science projects with Scala
Exploit the powerful functionalities of machine learning libraries
Use machine learning algorithms and decision tree models for enterprise apps
Book Description
Scala is both a functional programming and object-oriented programming language designed to express common programming patterns in a concise, readable, and type-safe way. Complete with step-by-step instructions, Modern Scala Projects will guide you in exploring Scala capabilities and learning best practices. Along the way, you'll build applications for professional contexts while understanding the core tasks and components.
You’ll begin with a project for predicting the class of a flower by implementing a simple machine learning model. Next, you'll create a cancer diagnosis classification pipeline, followed by tackling projects delving into stock price prediction, spam filtering, fraud detection, and a recommendation engine. The focus will be on application of ML techniques that classify data and make predictions, with an emphasis on automating data workflows with the Spark ML pipeline API. The book also showcases the best of Scala’s functional libraries and other constructs to help you roll out your own scalable data processing frameworks.
By the end of this Scala book, you’ll have a firm foundation in Scala programming and have built some interesting real-world projects to add to your portfolio.
What you will learn
Create pipelines to extract data for analytics and visualizations
Automate your process pipeline with jobs that are reproducible
Extract intelligent data efficiently from large, disparate datasets
Automate the extraction, transformation, and loading of data
Develop tools that collate, model, and analyze data
Maintain data integrity as data flows become more complex
Develop tools that predict outcomes based on pattern discovery
Build fast and accurate machine learning models in Scala
Who this book is for
If you’re a Scala developer looking to gain hands-on experience building some interesting real-world projects, this book is for you. Prior programming experience with Scala is necessary to understand the concepts covered in this book.
Table of Contents
Predict the class of a flower from the Iris Dataset
Build a Breast Cancer Prognosis Pipeline with the Power of Spark and Scala