SynapseML icon indicating copy to clipboard operation
SynapseML copied to clipboard

Simple and Distributed Machine Learning

Results 307 SynapseML issues
Sort by recently updated
recently updated
newest added

Hi, I was looking at the VW CB example given [here](https://microsoft.github.io/SynapseML/docs/features/vw/Vowpal%20Wabbit%20-%20Overview/#vw-contextual-bandit). In the example data, each event (i.e., row) has the same set of available actions which is [1,2,3,4,5]. Each...

bug
wip
area/vowpal-wabbit

"{"errorCode":"AuthenticationFailure","errorDetails..." errorCode: ""AuthenticationFailure"" errorDetails: ""HTTPAPI result code = HTTPAPI_OK. HTTP status code = 401. Reason: Unauthorized."" errorReason: ""Error"" "dbfs:/output.mp3" is used as the output file which caused the issue. I...

bug
area/cognitive-service

Intermittently facing this issue of `std::bad_alloc` while training with the below configuration, can you please advise on the same No of Executors : 30 No of Cores : 12, total...

bug
area/lightgbm

Facing below intermittent error while training Lightgbm model `Inconsistency detected by ld.so: ../elf/dl-tls.c: 488: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen

bug
area/lightgbm

**Wrong variable referenced in code example in docs in "Interpretability - Explanation Dashboard" wrapper class** In https://microsoft.github.io/SynapseML/docs/features/responsible_ai/Interpretability%20-%20Explanation%20Dashboard/ in the class `wrapper` there is: ```python class wrapper(object): [...] def predict(self, data):...

bug
area/documentation

Hi, This issue was reported earlier by other people as well. But I could find the solution. The codes give below. I have a large data set. MMLSpark version: com.microsoft.azure:synapseml_2.12:0.9.5...

area/lightgbm

**Describe the bug** I am training a `LightGBMRegressor` on simulated data and noticed some strange behavior. The model works perfectly for datasets with `n

bug
area/lightgbm

Hi all, I am running the following config on Databricks Scala: 2.12 Spark: 3.1.2 I installed the following jars for mmlspark in Databricks: - mmlspark-1.0.0-rc4.jar - mmlspark-core-1.0.0-rc4.jar - mmlspark-lightgbm-1.0.0-rc4.jar When...

bug
area/lightgbm

**Is your feature request related to a problem? Please describe.** The getReadableModel() gives hash with the weight. The PR https://github.com/microsoft/SynapseML/pull/821 does refer to the requested feature but it was not...

area/vowpal-wabbit
feature-request

There are three ways to set pameters to a ```LightGBMClassifier()``` 1. In the class constructor itself 2. Using the ```params``` argument in the ```fit``` method 3. Using the ```setParams``` method...

area/lightgbm