Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.58 KB

File metadata and controls

28 lines (21 loc) · 1.58 KB

Machine Learning With Python and Spark

This repository is about implementation of ML(LIB) library in pyspark implementing regression, classification and clustering techniques. Creating RDD's and apply transformations and actions.

Python Version :- 3.6

Spark version :- 2.3.3

Notebooks :-

Note :-

All these notebooks are created on IBM WATSON Cloud Platform. Which provide Python + Spark Environment in python notebook.

Spark Context is created and provide as (sc) variable.

To check verison type :- sc.version