Medial Code Documentation
Loading...
Searching...
No Matches
Functions
xgboost.testing.dask Namespace Reference

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)
 

Detailed Description

Tests for dask shared by different test modules.

Function Documentation

◆ check_init_estimation()

None xgboost.testing.dask.check_init_estimation ( str  tree_method,
Client  client 
)
Test init estimation.

◆ check_init_estimation_clf()

None xgboost.testing.dask.check_init_estimation_clf ( str  tree_method,
Client  client 
)
Test init estimation for classsifier.

◆ check_init_estimation_reg()

None xgboost.testing.dask.check_init_estimation_reg ( str  tree_method,
Client  client 
)
Test init estimation for regressor.

◆ check_uneven_nan()

None xgboost.testing.dask.check_uneven_nan ( Client  client,
str  tree_method,
int  n_workers 
)
Issue #9271, not every worker has missing value.