Sharaddition

Results 4 comments of Sharaddition

You may use `is_alive()` with a loop to check if the connection is not closed. ``` while True: if ws_client.is_alive(): time.sleep(1) else: print('WS closed') break ```

Thanks @chododom & @tRosenflanz for answering, I too had the same question.

Hey @Seam8, were you able to test if this technique is reliable? I am currently extending the validation set by creating TimeSeriesDataSet just like training set from the most recent...

Hello @Seam8, I was trying your changes, but I'm receiving following error: > **the simultaneous use of min_prediction_idx and prediction_windows is not possible** I have tried to create a fork...