Medial Code Documentation
|
Functions | |
None | check_init_estimation_clf (str tree_method, Client client) |
None | check_init_estimation_reg (str tree_method, Client client) |
None | check_init_estimation (str tree_method, Client client) |
None | check_uneven_nan (Client client, str tree_method, int n_workers) |
Tests for dask shared by different test modules.
None xgboost.testing.dask.check_init_estimation | ( | str | tree_method, |
Client | client | ||
) |
Test init estimation.
None xgboost.testing.dask.check_init_estimation_clf | ( | str | tree_method, |
Client | client | ||
) |
Test init estimation for classsifier.
None xgboost.testing.dask.check_init_estimation_reg | ( | str | tree_method, |
Client | client | ||
) |
Test init estimation for regressor.
None xgboost.testing.dask.check_uneven_nan | ( | Client | client, |
str | tree_method, | ||
int | n_workers | ||
) |
Issue #9271, not every worker has missing value.