Sebastien Leger

Results 75 comments of Sebastien Leger

ok, thanks! I totally missed this section in the documentation. expr.Operator("-", "Sub"), // Override `-` with function `Sub`. If there are multiple types, all ints and floats variants, is it...

Oops. Very good catch. Thanks Toni. Something is odd in the build. I'm patching the Dockerfile.

Solved. Toni, see the above patches and new Dockerfile in `develop` branch if you need to build a local image. I will tag a new 1.6 release e/o the month.

Hi Toni. Interesting finding. I upgraded the Python version to 3.7. The Python serialisation format is probably different in this version causing ‘load_model’ to fail. What if you delete model...

The 'ssl' parameter is explicitly given to influxdb python library during initialization. At first glance, it's hard to see if something is missing. The 'chronograf' database is a secondary database...

Hi Toni, thanks so much! I will review and merge on Saturday.

Hi Rodrigo, thanks a lot for this proposal. If we make the following additions, will it match your requirements? loudml train --tags tag1,tag2,.... 1. add a --tags option (Or -T)...

Sounds like we need to have: - A wildcard * capability - and also allow to overwrite the default prediction_{{model_name}} measurement with something else, defined by the user The training...

It's a complex one. Trying to list what will be needed: - [ ] Having a custom measurement name, rather than the default prediction_* name - [ ] Using template...

Hi Bruno, what type of model do you have in mind? Some guidelines for pull-requests regarding new models can be found in a short README [file](https://github.com/regel/loudml/blob/develop/docs/MODELS.md) Another interesting use-case would...