hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.58k stars 271 forks source link

Work with Pandas dataframe #122

Open leokury opened 5 years ago

leokury commented 5 years ago

Is it possible to make it work with Pandas dataframes?

I could only run after transforming to list: X.values.tolist().

As Pandas is a widely used library in this area I think it would be worth the implementation.