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
SquareFish25
Moderator
4 Questions, 14 Answers
  Active since 10 January 2023
  Last activity 18 days ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
9 Answers
514 Views
0 Votes 9 Answers 514 Views
Hey, I deployed Trains Server on AWS by following the documentation, but I couldn't create APP credentials, what is the reason?
3 years ago
0 Votes
2 Answers
640 Views
0 Votes 2 Answers 640 Views
Hi, my teammates could not get the correct login page, I can have the correct one asked for username and password, but theirs were only asking for full name,...
3 years ago
0 Votes
3 Answers
518 Views
0 Votes 3 Answers 518 Views
Hi, are there any examples to elaborate on how Allegro Trains can help with ML Pipeline Deployment, Monitoring, and Triggers for continuous learning in MLOps...
3 years ago
0 Votes
17 Answers
562 Views
0 Votes 17 Answers 562 Views
Hi, I'm using ClearML python package on Sagemaker notebook instance. If I want to edit the clearml.conf on the notebook instance, how could I do that?
3 years ago
0 Hey, I Deployed Trains Server On Aws By Following The Documentation, But I Couldn'T Create App Credentials, What Is The Reason?

Hi SuccessfulKoala55 ,
Thank you for your help. It is working now after I removed the ports for ElasticSearch, Redis, and MongoDB. I am using HTTP at the moment because HTTPS doesn't work, how should I change the rules? How can I restart the Trains Server on EC2?

3 years ago
0 Hey, I Deployed Trains Server On Aws By Following The Documentation, But I Couldn'T Create App Credentials, What Is The Reason?

Sure. BTW, I also put the screenshot of the config for the security group (I understand it should not be open to the whole world, I'm just setting up first, and someone else will help me to update the rules later).

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

Hi TimelyPenguin76 , I added the AWS_DEFAULT_REGION as well, and it did not work. The version of ClearML is '0.17.4'.

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

Hi TimelyPenguin76 , I tried and got the same error as before. One thing was different from yours, our company is using SSO to access AWS, so I added os.environ['AWS_SESSION_TOKEN'] = "***". It worked for boto3 to upload the file to S3, so I think probably SSO is not the reason.

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

I used boto3 to upload and it worked means the key should be right. But it did not work when using clearml.

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

We actually want to set the output_uri in Task.init to be a folder in AWS S3. And run the script on sagemaker.

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

Hi TimelyPenguin76 , Thank you for your reply, I've tried env vars. The problem happened when I tried to upload the files to S3 using ClearML. os.environ['AWS_ACCESS_KEY_ID'] = "***"
os.environ['AWS_SECRET_ACCESS_KEY'] ="***"
os.environ['AWS_SESSION_TOKEN'] = "***"

3 years ago