July 2018
Intermediate to advanced
334 pages
8h 20m
English
Lay out your SBT project in a folder of your choice and name it IrisPipeline or any name that makes sense to you. This will hold all of our files needed to implement and run the pipeline on the Iris dataset.
The structure of our SBT project looks like the following:

We will list dependencies in the build.sbt file. This is going to be an SBT project. Hence, we will bring in the following key libraries:
The following screenshot illustrates the build.sbt file:
The build.sbt file referenced in the preceding snapshot ...
Read now
Unlock full access