Folks,

I wonder what to do with following warning:

.../coordinate_descent.py:262: DeprecationWarning: fit_intercept param 
will be removed in 0.16. Intercept fitting and feature normalization 
will be done in estimators.
   return_models=return_models, **params)

When I run "lasso_path(Y, x, fit_intercept=True, alphas=alphas)"

I could catch the warning but this is probably a bad idea? What is the 
new, preferred approach to "fit_intercept=True"?

Thanks a lot,

Fabien


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to