You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation seems like it will only work if the output_dir argument to PredictionWriter is a local path which can be written to by pandas.DataFrame.to_csv().
I would be great if a PredictionWriter could write output files directly to a google bucket.
smart-open might be one way to do this, but I think we got rid of a dependency on smart-open?
The text was updated successfully, but these errors were encountered:
The current implementation seems like it will only work if the
output_dir
argument toPredictionWriter
is a local path which can be written to bypandas.DataFrame.to_csv()
.I would be great if a
PredictionWriter
could write output files directly to a google bucket.smart-open
might be one way to do this, but I think we got rid of a dependency onsmart-open
?The text was updated successfully, but these errors were encountered: