klotz: jupyter* + python*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. 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
  2. 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
    2021-04-29 Tags: , , , by klotz
  3. 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)
    2020-05-26 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: jupyter + python

About - Propulsed by SemanticScuttle