-
Hi SynapseML team,
I am using TabularSHAP to explain predictions of the LightGBM classification model using SynapseML version `com.microsoft.azure:synapseml_2.12:0.9.5-35-e962330b-SNAPSHOT`
Base…
-
I'm trying to build a custom image using the jupyter docker stacks.
```Dockerfile
# Using jupyter/pyspark-notebook:spark-3.1.2
FROM jupyter/pyspark-notebook@sha256:22908e014eacdbb86d4cda87d4c215d…
-
### SynapseML version
using docker installation mentioned here https://microsoft.github.io/SynapseML/docs/getting_started/installation/#docker
### System information
- **Language version** (e…
-
I'm new to running all of this, but I can't read data to a dataframe with spark.sql("query"). It does work when I run spark.read.format("delta").load("abfss://path/Tables/TableName").
Since I'm new…
-
### Issue description
Receiving a Null pointer error from `org.elasticsearch.hadoop.rest.commonshttp.CommonsHttpTransport.execute` while trying to execute a query against a cluster behind an SSL pr…
-
### SynapseML version
0.10.1
### System information
- **Language version** (e.g. python 3.8, scala 2.12):
- **Spark Version** (e.g. 3.2.2):
- **Spark Platform** (e.g. Synapse, Databricks):
pytho…
-
### SynapseML version
com.microsoft.azure:synapseml_2.12:0.10.2
### System information
- **Language version** : python 2.7.18
- **Spark Version** : 3.3.1
- **Spark Platform** :Pyspark 3.8.10
-**…
-
Rivedendo il repository ho notato alcune parti mancanti e mi sono venuti dei suggerimenti:
Parti mancanti:
- Lo script per shell legato a elasticsearch è vuoto
- L'archivio di setup di spark non …
-
This is a weird issue.
We are runing a cluster with Hadoop, Spark, Livy and Jupyterhub. Sparkmagic works correctly when start a notebook with CLI (jupyter notebook --ip:**). Then we package the conda…
-
During execution of following simple code with Sparkit-Learn:
```
from splearn.svm import SparkLinearSVC
spark=SparkLinearSVC()
```
I get following error message:
```
ImportError: pyspark home need…
ghost updated
8 years ago