Robin Cole
Robin Cole
### Description Using the Lightning CLI we can train the SemanticSegmentationTask, but cannot use class_weights without an error. Solution is to accept a list if int in addition to tensor...
Hi Tim one challenge I have in home-automation is selecting the right priors for my [Bayesian sensors](https://www.home-assistant.io/components/binary_sensor.bayesian/), is that an application of interest? Background [here](https://github.com/robmarkcole/HASS-data-science/blob/master/Bayesian%20sensor%20tutorial.ipynb). Cheers
HI @dushyantkhosla I'm a developer on [Home-Assistant](https://github.com/home-assistant/home-assistant) with a focus on adding data science tools to the platform. I'm particularly interested in adding forecasting, and have looked into fbprophet. Also...
Currently the config option to set the `name` for the sensor is not implemented as it would still be implemented with the model_id appended. Leave this issue as a placeholder...
Once a model is trained it can be downloaded as a binary file (typically approx. 60 kb). Add service to both download and upload these files. An automation can then...
Calling `image_processing.scan` is causing processing to be performed by every model, but it should be explicit which model we cant to use
# Feature Request 🚀 Hi I am collecting data from a bunch of sensors, placing it in a dict, then dumping the dict as a json string to a text...
# Feature Request 🚀 Currently https://docs.pycom.io/firmwareapi/pycom/machine/rtc does not show a nice example of formatting the datetime as a string. This would be useful as the standard python approach doesn't appear...
As title, I am working with L2A time series