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
Clearml Results Page:

ClearML results page: 

Traceback (most recent call last):
  File "/tmp/tmpme6zq4_2.py", line 59, in <module>
    results = prepare_data(**kwargs)
  File "/tmp/tmpme6zq4_2.py", line 18, in prepare_data
    df = pd.read_csv(file_url)
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/util/_decorators.py", line 211, in wrapper
    return func(*args, **kwargs)
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/util/_decorators.py", line 331, in wrapper
    return func(*args, **kwargs)
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 950, in read_csv
    return _read(filepath_or_buffer, kwds)
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 605, in _read
    parser = TextFileReader(filepath_or_buffer, **kwds)
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 1442, in __init__
    self._engine = self._make_engine(f, self.engine)
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 1735, in _make_engine
    self.handles = get_handle(
  File "/home/ubuntu/.clearml/venvs-builds.1/3.10/lib/python3.10/site-packages/pandas/io/common.py", line 856, in get_handle
    handle = open(
FileNotFoundError: [Errno 2] No such file or directory: '/data/messi.csv'
  
  
Posted one year ago
Votes Newest

Answers 4


@<1561885921379356672:profile|GorgeousPuppy74> how are you running it the first time, and how are you running it on the second time?

  
  
Posted one year ago

  • Which machine is the agent running on?
  • Where is the CSV file located? on your machine?
  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> 1st time.. it is running from jupyter notebook.. synced with clearml default.. 2md time it will run agent..

  
  
Posted one year ago

csv file located.. jupyter..

  
  
Posted one year ago
1K Views
4 Answers
one year ago
one year ago
Tags
Similar posts