-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
0.14.x #2950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The image in the banner from the front page now links to the example. closes #2325
Actually, I was wrong - the Biclustering entry was the only dupplicate. Ping @GaelVaroquaux
Make it clear immediately that this beast fits SVMs by default, logistic regression if you ask for it.
Conflicts: sklearn/metrics/tests/test_metrics.py
The crash is due to a numpy bug in np.load, that is called by joblib caching. We work around it by avoiding the call to np.load
Use np.npy_intp, aka np.intp in Python, for all indices. Also added mode='c' declarations where NumPy would permit and made some small improvements to the docs and code style.
Shame on me for messing up line returns. This diff will make history ugly. Sorry
Proper implementation of the clean command.
Minor bug fix release to restore proper behavior of setup.py
fix broken doc link
fixes issue Imputation Training Example Err #2934 I filed.
FIX error in imputation example
It's not clear what you intend here, @dhawaljoh |
Sorry, please ignore the pull. Dhawal Joharapurkar On Sun, Mar 9, 2014 at 10:08 AM, jnothman notifications@github.com wrote:
|
Welcome to FOSS! Challenge #1: close this PR. ;) On 9 March 2014 16:59, Dhawal Joharapurkar notifications@github.com wrote:
|
Thanks! On 9 March 2014 17:05, Dhawal Joharapurkar notifications@github.com wrote:
|
No description provided.