j7zAhU

Results 14 comments of j7zAhU

Nevermind - I realise now that HDBSCAN supports the sklearn serialize method

Thank you. I have indeed been using some shared state accidentally. That is fixed now. Regarding the matcher: I did run into the problem of non-deterministic file-paths, because pytest gives...

Thank you kindly. I will investigate these suggestions.

The final print happens at a random time within that minute

if a trade happens at 09:59:45 then it will be in the minute bar "9:59->10:00", with a left label "9:59"

Hi @maread99 I discovered this issue doing exactly what you mentioned - indexing against a data query. In this case it is the Bloomberg API. The following is some minutely...

15min candles: ![image](https://user-images.githubusercontent.com/8408322/197448877-7309180c-7266-4157-b7db-890159ee1b99.png)

This is for the stock RIO. start_datetime="2022-09-25 00:07:00", end_datetime="2022-09-27 23:59:59". It returns the same data if I set the start time at 00:00:00 or even 23:59:45 ![image](https://user-images.githubusercontent.com/8408322/197964785-324fa3c3-6b62-434d-b92b-a907eba68d80.png)