bendruitt

Results 4 comments of bendruitt

I'd be interested in seeing this code. How was this achieved?

Thanks Daniel, Looks good. My end goal is to map multiple text columns in a dask dataframe to ngram vectors suitable for supervised machine learning in combination with other non-text...

Yep. I've used the get_dummies function to process my categorical columns using map_partitions function on a dask dataframe since marking the input columns as categorical handles the schema merging per...

I too having a similar issue which has cost me a lot of time and sleep. I'm using a docker bridge network and when the problem occurs, containers within the...