• jmoralez's avatar
    [dask][python-package] include support for column array as label (#3943) · 5dacd603
    jmoralez authored
    * include support for column array as label
    
    * remove nested ifs
    
    * fix linting errors
    
    * include tests for sklearn regressors
    
    * include docstring for numpy_1d_array_to_dtype
    
    * include . at end of docstring
    
    * remove pandas import and test for regression, classification and ranking
    
    * check predictions of sklearn models as well
    
    * test training only in dask. drop pandas series tests
    
    * use PANDAS_INSTALLED and pd_Series
    
    * inline imports
    
    * use col array in fit for test_dask
    
    * include review comments
    5dacd603
test_sklearn.py 57.6 KB