natekupp / ffx

Fast Function Extraction
http://trent.st/ffx
Other
80 stars 93 forks source link

coef_init argument of ElasticNet.fit is going to be removed in sklearn 0.15 #8

Closed keyvan-m-sadeghi closed 10 years ago

keyvan-m-sadeghi commented 10 years ago

While invoking API's run function, I get lots of the following warning:

/usr/local/lib/python2.7/dist-packages/ffx/core.py:860: DeprecationWarning: coef_init is now ignored and will be removed in 0.15. See enet_path function. return ElasticNet.fit(self, _args, *_kwargs)

keyvan-m-sadeghi commented 10 years ago

@natekupp @jmmcd

keyvan-m-sadeghi commented 10 years ago

9 solves this by removing coef_init from arguments passed to ElasticNet.fit