Guy Bertental
Guy Bertental
Does [SystemStandby](https://microsoft.github.io/azure-iot-developer-kit/docs/apis/system-function/#SystemStandby) function really save battery life? It looks like the MCU is still operating and consuming battery... Should I perform anything else but clearing the screen to save more...
Resolves #133 based on the work done in [https://github.com/terraform-linters/tflint/pull/617](https://github.com/terraform-linters/tflint/pull/617) for AWS. this PR allows you to get notified for resources with missing required tags: ``` rule "azurerm_resource_missing_tags" { enabled =...
**Bug Description** What happened? trying to import Feedback and got an error message **To Reproduce** install python 3.10.13 pip install the following: mercurial==6.3.2 setuptools==66.1.1 six==1.16.0 wheel==0.38.4 python-dotenv==1.0.1 numpy==1.26.4 nest-asyncio==1.6.0 trulens_eval==0.24.1...
It would be great if we could set a different home folder for RStudio by environment variable for example, Azure App service for containers has a limitation mounting /home path...
Provision error: ``` { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.", "details": [ { "code":...
closes #480 ### This PR includes 1. Log all hyper parameters to mlflow 2. Config refactoring - lowercase for all attributes as those are not constants (match coding conventions) 3....
AS a researcher I would like to be able to compare metric results across different types of search approaches in Azure ML / ML Flow SO, I would be able...
implement / fix current metric inside the repo without Ragas dependency
As a researcher I would like all my `config.json` hyper parameters logged as `mlflow` tags as soon as possible So, I would be able to compare between my job runs...
steps to reproduce: set `config.json` with the following sampling settings: ``` "sampling": { "sample_data": true, "sample_percentage": 5, "optimum_k": "auto", "min_cluster": 2, "max_cluster": 30 }, ``` and type `make all` in...