Toni Moreno

Results 105 comments of Toni Moreno

I've scheduled a daily job to retrain the models, this morning one of them has improved the "loss" ![image](https://user-images.githubusercontent.com/5883405/89495632-f99d2080-d7b8-11ea-838b-5ab6f80a327c.png) ``` > list-model-versions swarm@cpu@mean@usage_active@host_worker2_cpu_cpu-total@time@1m version active loss trained 00 0. 116.357...

Hi @regel a new example about confusing "score". I this example real data is clearly inside the confidence margin (upper/lower) but still mostly computing 100% score and mark data as...

Hello again @regel This regex would be nice `^[a-zA-Z0-9-_@\/\[\]{}:;,.|=%"\$]+$` https://regex101.com/r/w633je/2 it will match with ``` traffic.rxt_et-1/0/0 traffic.rxt_et-[1/0/0] traffic.rxt_et-{1/0/0} traffic.rxt_et-00:11:11 traffic.rxt_et-00,1,1 traffic.rxt_et=adfa traffic.rxt_et=%20%a traffic.rxt_et="foo" traffic.rxt_et="${value} ```

Thank you very much for your fast answer Ok , I will be out for 1 week also just from today, I will build a PR when I come back.

Also could be great if each log line could have the jobid which has generated , so we can see errors/stacktraces and identificate which process is being crashing. In the...

Hello @regel @langerma , I've reproduced this error when the input bucket leaks / `measurement` and/or `annotation_db` With this configuration is working ok ``` - name: influxdb-linux #input type: influxdb...

Hello! ,to everybody. I'm proud to announce a first release working as described before. Here: https://github.com/datadope-io/go-http-tunnel/tree/added_port_auto_assignation Only tested with tcp connections, this branch is functional to me (working only with...

Hi @tboerger I've rebased the PR and also added a few fixes. a) skip first execution , f not skipped all old scheduled jobs will be triggered at once first...

Hi everybody. Same Issue for me over docker in debian , with docker-compose. ```yaml version: '3' services: selenoid: container_name: test-selenoid image: aerokube/selenoid:1.9.3 networks: - selenoid-net command: - -container-network=${PROJECT_NAME}_selenoid-net ports: -...