Brian Gereke
Brian Gereke
Have there been any updates on this issue? I'm seeing the same error. If this has been resolved, would it be possible for someone to provide a simple working example?...
Modified from the adult census example: ``` import pyspark.sql.functions as f from synapse.ml.vw import VowpalWabbitFeaturizer, VowpalWabbitClassifier df = spark.read.format("csv")\ .option("header", True)\ .option("inferSchema", True)\ .load("path/to/adult.csv") #download from kaggle data = df.toDF(*(c.replace('.',...
Thanks for the effort on the PR! I look forward to test driving once it gets merged :)