mac133k

Results 22 comments of mac133k

For those who are interested I found a workaround to generate trading signals with backetsting.py. I use a custom strategy class that extends the standard one: * The strategy class...

I have another use case: I need to plot candles from a numpy array without a date/time column. I take OHLCV columns from the array and convert it to a...

@DanielGoldfarb I generate batches of data from date-stamped OHLCV that become numbers-only price+features numpy arrays (later to be fed to ML models). I need to be able to visualize a...

@DanielGoldfarb > So are you saying, with your fake DatetimeIndex, the plot looks fine, but you don't want to see date labels on the x-axis, rather you want to see...

I had another another occurrence of this problem. This time there was no segfault, so that must have been unrelated, unfortunately coredump was not available to look deeper into it....

A few more details that I need to add: * VMs are monitored by Prometheus via PMProxy * there are 2 Prometheus instances scraping metrics every 30 seconds: ** one...

Indeed: ``` # cat /proc/83150/limits Limit Soft Limit Hard Limit Units Max cpu time unlimited unlimited seconds Max file size unlimited unlimited bytes Max data size unlimited unlimited bytes Max...

Querying metric endpoints without the target params helped to significantly reduce the occurrence of this issue, but did not eliminate it completely.

@ke3vin Do you have a multiple-item params/target section in your scrape configs? It did help in my case to reduce or almost eliminate the occurrence of the problem when I...

No response after 3 weeks - I guess you have got your answer, @tadas-subonis. Maybe the question should rather be: Where and by Whom is this project going to be...