coef_init argument of ElasticNet.fit is going to be removed in sklearn 0.15
keyvan-m-sadeghi opened this issue · 2 comments
keyvan-m-sadeghi commented
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
keyvan-m-sadeghi commented
#9 solves this by removing coef_init from arguments passed to ElasticNet.fit