-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Hi,
I'm trying to use the functionality in the What-If Tool, as described in the Readme file, of loading a .csv file in order to just explore and visualise the data.
However, when I specify the file path to the csv (in this case to "adult.csv" which is in the Tensorboard logdir folder) in "Path to examples", I keep getting a RequestNetworkError:
Request failed: RequestNetworkError: RequestNetworkError: 400 at /data/plugin/whatif/examples_from_path?examples_path=adult.csv&max_examples=1000&sampling_odds=1&sequence_examples=false
I have tried to change the formatting and the location of the file with no success.
Is it possible for you to elaborate on the process of loading a .csv file or perhaps give an example?
Thanks,
Mads