Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Have A Csv File That I Want To Upload To My Trains Experiment. Is There Any Functionality In Trains That Automatically Converts The Csv And Converts It Into A Graph Like It Does With Scalars Inside Tfrecords?

Hi, I have a CSV file that I want to upload to my Trains experiment. Is there any functionality in trains that automatically converts the CSV and converts it into a graph like it does with Scalars inside tfrecords?

  
  
Posted 3 years ago
Votes Newest

Answers

604 Views
1 Answer
3 years ago
one year ago
Tags