Jason Wang
Jason Wang
@TakuyaInoue-github can you show me the full error stack? I want to understand where is this error coming from.
Looking at the code, I don't see anything obviously wrong, but can you try the following and see if it helps: ```python explain_instances = model.transform(train_data).limit(5).repartition(200).cache() train_sample = broadcast(train_data.orderBy(F.rand()).limit(100).cache()) ``` Also,...
@ms-kashyap can you please take a look?
@ms-kashyap can you please take a look?
@brandongreenwell-8451 sorry for the delayed response - I just saw this question. I assume you have a custom model but it is not implemented as a Spark Transformer object. If...
The commit is included in 1.11.2 and it’s released to pypi.
Hi, Spark 3.2 is no longer supported by Synapse, and I can no longer create a 3.2 pool to reproduce the issue. However, I did test your code in Spark...
Are you referring to StatementExecutionResultChunk class? Or something else? Is the need to provide some sort of strong typing so you can get the result of an execution as `IEnumerable`...
@GustavEikaas, @dennisfriedrichsen, please take a look at PR #238 and let me know if this works for your cases.
I see what you're trying to accomplish here. My opinion is that this kind of deserialization should be handled by the caller instead of this library. From the `JsonArray`, you...