HunterMcGushion / hyperparameter_hunter

Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
MIT License
704 stars 100 forks source link

pd.DataFrame.sparse supported in environment? #204

Open puffofsmoke opened 4 years ago

puffofsmoke commented 4 years ago

Trying to create new environment to make some experiments with LogisticRegression.

Look like Environment support only Pandas.DataFrame.

Any suggestions?