July 2018
Intermediate to advanced
334 pages
8h 20m
English
At the root of your project folder, issue the sbt console command, and in the Scala shell, import the bcwPipeline object and then invoke the main method of bcwPipeline with the bcw argument:
sbt consolescala>import com.packt.modern.chapter2.BreastCancerRfPipelineBreastCancerRfPipeline.main("bcw")Accuracy (precision) is 0.9285714285714286 Weighted Precision is: 0.9428571428571428
The classifier reported on two metrics:
In the next section, we will package the application.
Read now
Unlock full access