dma092

Results 3 issues of dma092

I am using python 3.6 and anaconda 1.7. I installed the latest version of scikit-garden using pip. I used scikit-garden for the last month. I started to get this error...

Hi all, I am trying to use randomized cross validation on dask-xgboost. Here is the snippet of code I am trying to get to work: ``` from dask_ml.model_selection import RandomizedSearchCV...

Is it possible to set intial values to evaluate using hyperopt's TPE? The idea is to feed the algorithm with the baseline's parameters and see if it can improve them.