-
Hi, currently using XGBoost-PySpark in notebooks generates several log messages. I have not been able to turn them off. For example, when calling .transform, the notebook gets spammed with several mes…
-
Hi,
I'm fairly new to pyspark and glow.
Is a way to start the spark and glow session in a python script instead of the python shell or jupyter notebook? Say if I want to integrate glow into my sn…
-
In the notebooks there is an import
```
from pyspark.sql.types import TimestampType
```
`TimestampType` is returned by the to_timestamp function from `pyspark.sql.functions`
In the solution th…
-
I am running an example notebook from Databricks. I have installed glow version 1.1.1 for this cluster.
I am encountering an error with `glow.register(spark)`.
What am I missing?
```
import…
-
## Description
While I can see cursors and selections of other people, the file is not saved automatically and I cannot see what other users are typing. I does not work for notebooks or plain t…
-
Referencing #819, and similar to #925/#1928 -
Kubernetes currently runs on arm64, and there is interest to get kubeflow running on arm64 as well. I am happy to entertain any suggestions on where to…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Hello,
Some characters are not well displayed after installing Mambaforge-pypy3 on Window…
-
### Description
Hello, I'm trying to use recommenders in Google Colab and I'm getting this error: No module named 'recommenders'.
I am using Python 3.8.10.
I've tried
`!pip install recommenders…
Shu-x updated
6 months ago
-
Observed on a dataset with 900+ columns:
When ingesting this dataset:
Root dataset manifest without schema
```yaml
kind: DatasetSnapshot
version: 1
content:
name: data
kind: ro…
-
Below is the code which iam running in databricks and its throwing the below error
CODE:-
data = [('Toyota', 1849751, -9), ('Ford', 1767439, -2), ('Chevrolet', 1502389, 6),
('Honda', 881201…