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
Profile picture
SarcasticHare65
Moderator
2 Questions, 4 Answers
  Active since 27 October 2024
  Last activity 25 days ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
9 Answers
109 Views
0 Votes 9 Answers 109 Views
I am studying using the「Pipeline from Tasks 」pages. None I am facing two problems. - Q1:- I want to load a local csv in the step1 task and split it in step2,...
one month ago
0 Votes
2 Answers
169 Views
0 Votes 2 Answers 169 Views
one month ago
0 I Am Studying Using The「Pipeline From Tasks 」Pages.

Thank you very much. I have read the page you mentioned. However, I was unable to find information about the necessity of service queues. I have also reviewed the function documentation, service mode, and executed examples (from tasks). Based on that, I am trying to run my own code with local CSV files.
I was asking about issues with reading CSV files and the necessity of service queues.
None
[Non...

26 days ago
0 I Am Studying Using The「Pipeline From Tasks 」Pages.

Thank you very much.
I am aware of the execution_queue as it is configured in the official GitHub examples. However, even in the official GitHub examples, the process remains in a pending state and won't proceed unless the service queue is started.
None
pipe.set_default_execution_queue("default")

Thank you for providing the URL link.
Wouldn't this mean that the...

25 days ago
0 Hello Everyone. I Would Like To Ask About The Rapid Decline In Acuracy Of Opportunity Learning. When I Run The Code For Learning Locally, It Is Fine, But When I Run It In Queue, The Accuracies Suddenly Drop. No Error Is Displayed And I Want To Find Out Th

@<1523701070390366208:profile|CostlyOstrich36>
Thanks for the reply!
Sorry it took me so long to reply as I was able to solve the problem myself right away.
The problem is that I let the learning rate get too big.
I reduced the learning rate and that solved the problem.
Thanks!

one month ago
0 I Am Studying Using The「Pipeline From Tasks 」Pages.

Hi @<1523701070390366208:profile|CostlyOstrich36>
Not self-hosted.
We use clearML's free plan server.
Can I use the pipeline without creating a queue named “services”?
I would like to know what is required as a procedure.
Can't the name default be used for the pipeline?

26 days ago