Eric Bassett

Results 9 comments of Eric Bassett

@chauhankaranraj does that split the class subarrays evenly? So it's a stratified train/test with 0.5 test and 0.5 train? Note: I'm a data scientist, not a developer... > ``` >...

Preface: Data scientist, not a software engineer. I wrote up the first steps of using cookiecutter datascience [here](https://ericbassett.tech/cookiecutter-data-science-crash-course/). If there's some way to make an open document (like a gist?),...

@ViViDboarder are you still having the time drift? Looking at my bluetooth logs from ios, the hatch is sending me the time and i'm updating the hatch pretty often. Maybe...

@ViViDboarder I think i got it here [add time function](https://github.com/kjoconnor/pyhatchbabyrest/pull/9) edit: wow, never noticed those headers were T, C, S, and P....

Edit: @ViViDboarder I see your PR in HA. that probably should've been my starting point. looks like you got a bunch of comments on it, so maybe it was close...

I'll take a look at it after the kids go to bed, I've got the container privileged and mounting dbus. It works at least enough to configure the Bluetooth integration...

Got it working with quick and dirty code below, pulled in the logger from hass to make things easier for me as well ```python async def refresh_data(self): self.logger.debug("Refreshing data.") self.device...

> Works for me! I have no problems with using `struct_time` here rather than `datetime`, so I'm happy to say ship it. I'm new to python so if struct_time is...