InterviewSolution
Saved Bookmarks
| 1. |
What is a MLib? Who is using a MLib, which type of machine learning can perform by using MLib? |
|
Answer» MLIB is a scalable machine library which comes as a bundle of Spark framework. Spark provide a high-quality well tested algorithms to PERFORMS data SCIENCE operation. Below are the key points:
MLlib utilize the linear algebra package Breeze, which depends on netlib-java for optimized numerical processing. If native libraries1 are not available at runtime, you will see a warning message and a pure JVM implementation will be used instead. |
|