KWiecko

Results 5 comments of KWiecko

Unfortunately I am bound to xgboost==0.90. I tried to find the dask API buried inside xgboost==0.90 both in the docs (https://xgboost.readthedocs.io/en/release_0.90/index.html) and across the web and the only solution that...

The following code (which should be equivalent to the dask code above): ```python import pandas as pd from sklearn.model_selection import train_test_split if __name__ == '__main__': for _ in range(20): df...

Thank you for your fast response. 1. Sorry for not being precise enough. By 'master' I mean a SageMaker node which runs scheduler. We also start a worker on this...

Thank you for your question and sorry for my late response. Here are logs of workers which suddenly died from 2 separate jobs: Job 1: ``` 2023-01-30T13:18:32.522+01:00 starting worker 2023-01-30T13:18:33.523+01:00...

Thank you for the multiple workers advice - it helped with multiple things, including runtime!