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
RelievedDuck3
Moderator
11 Questions, 31 Answers
  Active since 28 February 2024
  Last activity 5 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
17 Answers
473 Views
0 Votes 17 Answers 473 Views
Help please, after creating my data drift monitoring dashboard using ClearML Serving and Grafana, how can I configure my alerts to be notified when the distr...
7 months ago
0 Votes
0 Answers
411 Views
0 Votes 0 Answers 411 Views
7 months ago
0 Votes
1 Answers
518 Views
0 Votes 1 Answers 518 Views
Hi everyone. Has anyone ever set up a Grafana alert for data drift using ClearML-Serving/Grafana?
6 months ago
0 Votes
2 Answers
465 Views
0 Votes 2 Answers 465 Views
7 months ago
0 Votes
2 Answers
511 Views
0 Votes 2 Answers 511 Views
The display of the web server UI is incomplete. How can I fix this?
7 months ago
0 Votes
2 Answers
407 Views
0 Votes 2 Answers 407 Views
Hello everyone! Has anyone ever used Grafana in ClearML-Serving to configure data drift alerts?
5 months ago
0 Votes
24 Answers
752 Views
0 Votes 24 Answers 752 Views
Hello everyone, I'm currently trying clearml-serving to serve a model via an endpoint. I followed the tutorial in the documentation, but when I try a request...
8 months ago
0 Votes
2 Answers
560 Views
0 Votes 2 Answers 560 Views
Hello everyone. If I use self-hosted clearml, am I limited by the number of users, artifact storage, or API calls?
8 months ago
0 Votes
0 Answers
614 Views
0 Votes 0 Answers 614 Views
Hello everyone, I'm currently trying clearml-serving to serve a model via an endpoint. I followed the tutorial in the documentation, but when I try a request...
8 months ago
0 Votes
2 Answers
664 Views
0 Votes 2 Answers 664 Views
Hello, Is it possible to use clearml-serving to serve a model built with scikit-learn's GridSearchCV pipeline? I'm asking this question because when I test i...
8 months ago
0 Votes
2 Answers
654 Views
0 Votes 2 Answers 654 Views
Hi everyone! I would like to test serving a model via an endpoint using clearml-serving. Do I necessarily need to have Kubernetes on my machine?
8 months ago
0 Hello, Is It Possible To Use Clearml-Serving To Serve A Model Built With Scikit-Learn'S Gridsearchcv Pipeline? I'M Asking This Question Because When I Test It, I Get An Error.

Here it is: curl -X POST " None " -H "accept: application/json" -H "Content-Type: application/json" -d '{"Pregnancies": 6, "Glucose": 148, "BloodPressure": 72, "SkinThickness": 35, "Insulin": 0, "BMI": 33.6, "DiabetesPedigreeFunction": 0.627,"Age": 50}'
{"detail":"Error processing request: node array from the pickle has an incompatible dtype:\n- expected: [('left_child', '<i8'), ('right_child', '<i8'), ('feature', '<i8'), ('threshold', '<f8'...

8 months ago
Show more results compactanswers