Linear Regression
Multiple Regression
Polynomial Regression
Decision Tree
Logistic Regression
K Nearest Neighbor
Naive Bayes
Random Forest
Support Vector Machines
Principal Component Analysis
Linear Discriminant Analysis
K Means Clustering
Hierarchical Clustering
   
    
 
 
  
   
   tensorflow jupyter): 
Download the training zip file from drive, extract it 
docker run --rm -it -e JUPYTER_ENABLE_LAB=yes -p 8888:8888 -v /Users/foo/Learn/python/training:/home/jovyan/ jupyter/tensorflow-notebook:latest
   
    
 
 
  
   
   import findspark
findspark.init()
import pyspark # Call this only after findspark.init()
from pyspark.context import SparkContext
from pyspark.sql.session import SparkSession
sc = SparkContext.getOrCreate()
spark = SparkSession(sc)