-
Hi @titicaca, I am trying to run the example pyspark code given in the Readme on my Pyspark notebook, but it returns an error while loading the model. I am using Spark v3.3.0 with Python 3 on Windows …
-
### SynapseML version
0.11.1
### System information
- **Language version** : python 3.8, scala 2.12
- **Spark Version** : 3.2.1
- **Spark Platform** : JupyterLab notebook running on AWS Elastic M…
-
When I open a Fabric notebook in Visual Studio Code via the Open VS Code button in Fabric, I am now getting the error below and I cannot access the Fabric Kernel in VS Code. This worked last month. …
-
When I am working on a notebook in Fabric and I click the Open in VS code button, it downloads and activates in VS Code, but I do not have a Fabric option under the Change Kernel option in VS Code, ev…
-
### What docker image(s) are you using?
pyspark-notebook
### Host OS system and architecture running docker image
MacOS
### What Docker command are you running?
Running these with docker compose …
-
Purpose
Text classification using pyspark + spark-nlp
Description
OS: Ubuntu Ubuntu 22.04.2 LTS
Spark NLP version: 4.3.2
Apache Spark and Pyspark version: 3.2.4
Using Scala versi…
-
May i know is this feature supported
```
%matplot plt
```
or need to install additional plugin in spark magic notebook?
ref: https://github.com/jupyter-incubator/sparkmagic/blob/master/examples…
-
Support distributed file systems for model training (hyperparameter optimization using hyperopt+Pyspark)
code example (Datasets with ~100MB -> use broadcast variables, Datasets with more, use a DBFS)…
-
I am trying to get lineage in the form of `inputs -> notebook -> outputs` from a notebook that either creates a new Delta table in an Azure Data Lake, or merges into an existing one. The input files w…
-
**What is your question?**
I am running spark in standalone mode , with 3 nodes , 1 master and 2 workers.
I am starting pyspark with the following command :
`spark-3.2.3-bin-hadoop3.2/bin/pyspark -v …