autofunc.write_results

Writes a dictionary to a .csv file in a format helpful for visualizing product information

Module Contents

Functions

write_results_from_dict(learned_dict, outfile, titles=None)

Writes a dictionary to a .csv file

autofunc.write_results.write_results_from_dict(learned_dict, outfile, titles=None)

Writes a dictionary to a .csv file

Parameters
  • learned_dict (dict) – The dictionary to write to a file. Can be the result of find_top_thresh

  • outfile (str) – The file name and/or path to write the .csv to

Returns

Return type

None