Jason Wang

Results 39 comments of Jason Wang

`buildInitialTypesSimple` doesn't support VectorUDT() because you cannot infer the shape just from VectorUDT() type.

Hi @jakubhava , I tried both specifying the port and not specifying the port. Neither works. If I **DO NOT** specify port, I get the error: java.lang.RuntimeException: Explicitly specified client...

> I was running into the same issue today. Are you using a single node cluster? Once I turned my cluster into a standard version the issue went away. I...

I only looked at the explainers, exploratory and onnx packages, and the changes looked good to me.

@dylanw-oss Not sure what the exact scenario is, but one way to deal with high-cardinality skewed categorical variable is to encode the feature as is, but use regularization when fitting...

@akshat-suwalka-dream11 , can you modify the `plot_dependence_for_numeric` function to this and see if it works: ```python def plot_dependence_for_numeric(df, col, col_int=True, figsize=(20, 5)): dict_values = {} col_names = list(df.columns) for col_name...

@akshat-suwalka-dream11 can you attach a screenshot of what you're seeing? I'm not sure if I understand what the problem is.