I am met with data size mismatches, suggesting that weights are not being sharded in line with each shard to sent to each worker. Is it possible to attach weights to each worker?
Check failed: weights_.Size() == num_row_ (92711999 vs. 3862999) : Size of weights must equal to number of rows.
Hi Matt, I tested this and got message saying dmatrix_params is deprecated and suggested me to use dataset_config instead to customize Ray Dataset ingestion. Can you advise how to use dataset_config to assign the weight column?
Hi @matthewdeng , thanks for your response and generating the PR for the future release. Do you mind giving me an example about how to use the V2 API to correctly set the observation weight column?