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
LittleReindeer37
Moderator
4 Questions, 80 Answers
  Active since 04 February 2023
  Last activity 10 months ago

Reputation

0

Badges 1

75 × Eureka!
0 Votes
11 Answers
559 Views
0 Votes 11 Answers 559 Views
has anyone used dynaconf with ClearML? trying to decide whether to migrate to hydra or stick with dynaconf. would love to take advantage of automatic logging...
one year ago
0 Votes
6 Answers
638 Views
0 Votes 6 Answers 638 Views
10 months ago
0 Votes
10 Answers
683 Views
0 Votes 10 Answers 683 Views
one year ago
0 Votes
77 Answers
23K Views
0 Votes 77 Answers 23K Views
What sort of integration is possible with ClearML and SageMaker? On the page describing ClearML Remote it says: > Create a remote development environment (e....
one year ago
0 How Does Clearml Associate Projects/Experiments With Git Repos? Can I Think Of It As Clearml Project = Git Repo And Clearml Experiment = Git Commit? What About Git Branches - Is There Any Way To Organize Things Such That Separate Branches Are Easy To Trac

But we're also testing out new models all the time, which are typically implemented as git branches - they run on the same set of inputs but don't output their results into production

one year ago
0 Does Anyone Have Any Examples Or Advice On How To Implement A Dag Like This In Clearml Pipelines? Say I Want To Do Crossvalidation (Or In My Case Backtesting On Different Horizons For A Forecasting Model) Where I Have Some Common Pieces And Also A Map/Red

I could just loop through and create separate pipelines with different parameters, but seems sort of inefficient. the hyperparameter optimization might actually work in this case utilizing grid search, but seems like kind of a hack

10 months ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

Just ran the same notebook in a local Jupyter Lab session and it worked as I expected it might, saving a copy to Artifacts

one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

yeah, even then it'll run but return 0 notebooks

one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page
environ{'PYTHONNOUSERSITE': '0',
        'HOSTNAME': 'gfp-science-ml-t3-medium-d579233e8c4b53bc5ad626f2b385',
        'AWS_CONTAINER_CREDENTIALS_RELATIVE_URI': '/_sagemaker-instance-credentials/xxx',
        'JUPYTER_PATH': '/usr/share/jupyter/',
        'SAGEMAKER_LOG_FILE': '/var/log/studio/kernel_gateway.log',
        'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/miniconda3/condabin:/tmp/anaconda3/condabin:/tmp/miniconda2/condabin:/tmp/anaconda2/condabin'...
one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

the server_info is

[{'base_url': '/jupyter/default/',
  'hostname': '0.0.0.0',
  'password': False,
  'pid': 9,
  'port': 8888,
  'root_dir': '/home/sagemaker-user',
  'secure': False,
  'sock': '',
  'token': '',
  'url': '
',
  'version': '1.23.2'}]
one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

but the only exception handler is for requests.exceptions.SSLError

one year ago
0 Does Anyone Have Any Examples Or Advice On How To Implement A Dag Like This In Clearml Pipelines? Say I Want To Do Crossvalidation (Or In My Case Backtesting On Different Horizons For A Forecasting Model) Where I Have Some Common Pieces And Also A Map/Red

those look like linear DAGs to me, but maybe I'm missing something. I'm thinking something like the map operator in Prefect where I can provide an array of ["A", "B", "C"] and run the steps outlined with dotted lines independently for each of those are arguments

10 months ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

I think it just ends up in /home/sagemaker-user/{notebook}.ipynb every time

one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

one possibility for getting the notebook filepath is finding and parsing /home/sagemaker-user/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace I think, but I don't know if I can tie that to a specific session

one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

poking around a little bit, and clearml.backend_interface.task.repo.scriptinfo.ScriptInfo._get_jupyter_notebook_filename() returns None

one year ago
Show more results compactanswers