Book Image

Scala for Machine Learning

By : Patrick R. Nicolas
Book Image

Scala for Machine Learning

By: Patrick R. Nicolas

Overview of this book

Table of Contents (20 chapters)
Scala for Machine Learning
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Hello World!

In the first chapter, you were acquainted with some rudimentary concepts regarding data processing, clustering, and classification. This chapter is dedicated to the creation and maintenance of a flexible end-to-end workflow to train and classify data. The first section of the chapter introduces a data-centric (functional) approach to create number-crunching applications.

You will learn how to:

  • Apply the concept of monadic design to create dynamic workflows

  • Leverage some of Scala's advanced patterns, such as the cake pattern, to build portable computational workflows

  • Take into account the bias-variance trade-off in selecting a model

  • Overcome overfitting in modeling

  • Break down data into training, test, and validation sets

  • Implement model validation in Scala using precision, recall, and F score